TurboScript Playground

    @             _________
     \____       /         \
     /    \     /   ____    \
     \_    \   /   /    \    \
       \    \ (    \__/  )    )
        \    \_\ \______/    /
         \      \           /___
          \______\_________/____"-_____
  
 ________  _____  ___  ____
/_  __/ / / / _ \/ _ )/ __ \
 / / / /_/ / , _/ _  / /_/ /
/_/  \____/_/|_/____/\____/
  

TurboScript is an experimental programming language for parallel programming for web which compiles to JavaScript and WebAssembly (targeting post-MVP). The syntax is similar to TypeScript (Hardly trying to fill the gaps) and the compiler is open source and written in TypeScript.

This is still an experiment and isn't intended for real use yet. The biggest issue is that the generated code currently doesn't delete anything (basic manual memory management is added). Also the WebAssembly specification is still being developed and the current binary format may stop working when WebAssembly is officially released. WebAssembly binary format is up-to-date, please feel free to open issues if it stop working or need a new feature.

TurboScript is forked from ThinScript and changed a lot, so there will be no going back.

Input

Output

Compile using:
Compile to:
Compile time:

Terminal

Log