Saturday, October 20, 2012

TypeScript

A couple of weeks ago Microsoft introduced TypeScript, a superset of JavaScript that provides static typing. The intention is to make it easier for developers to maintain and develop large codebases of JavaScript. TypeScript is compiled into JavaScript.

For more information about TypeScript take a look at the following presentations by Anders Hejlsberg:
- Introduction to typescript can be found here.
- TypeScript keynote from the GOTO conference can be found here.

No comments: