Sunday 31 August 2014

Microsoft's Typed Superset of Javascript

TypeScript is Microsoft's open source superset of Javascript. It adds ".NET thinking" into the development of Javascript programs, introducing types but then compiles (more accurately "transcompiles") the program into plain Javascript.

The TypeScript Language Specification is available on github and presented as an md file (written in the Markdown language). It is made available under an OWF agreement.

No comments: