Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

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? 😎 🚀

Introduction

TurboScript born to enhance javascript therefor JavaScript developers are the first class citizens

Syntax

Since TurboScript is a strict typed language and syntax is same as javascript; it is a strict TypeScript.

Clone this wiki locally