This repository was archived by the owner on Feb 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Design goals
Nidin Vinayakan edited this page Mar 15, 2017
·
6 revisions
TL;DR
- Keep it simple as JavaScript
- Optimize for maximum speed
- Effortless parallel programming
- Align syntax with EcmaScript
- JavaScript devs are first class citizens
- Compile to Vanilla JavaScript, asm.js and WebAssembly
- In future compile to x86 and ARM Assembly, why not? 😎 🚀
TurboScript born to enhance javascript therefor JavaScript developers are the first class citizens
Since TurboScript is a strict typed language and syntax is same as javascript; it is a strict TypeScript.