A Typescript dialect that compiles to C
function main() {
printf("Hello, world!")
return 0
}
- Statically typed for safe and clean programming
- Javascript inheritance for simple and rapid prototyping.
- Compilation step for almost native performances
- GCC or CLang compiler
- Cabal 3.0
- GHC 9.4.2
$ git clone https://github.com/thomasvergne/protonscript.git
$ cd protonscript
$ cabal install # install in path
$ protonscript compile <file>