Jul 10, 2013

TypeScript

TypeScript is a free and open source programming language developed by Microsoft. It is a strict superset of JavaScript, and essentially adds optional static typing and class-based object oriented programming to the language. Anders Hejlsberg, lead architect of C#, has worked on development of TypeScript.

TypeScript is a language for application-scale JavaScript development. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.Any browser. Any host. Any OS. Open Source.

TypeScript supports header files which add type information to existing JavaScript libraries, extending its benefits to popular libraries like jQuery, MongoDB, Node.js, and D3.js.


TypeScript is a language extension that adds features to JavaScript.
  • Type annotations and compile-time type checking
  • Classes
  • Interfaces
  • Modules
  • Abbreviated "arrow" syntax for anonymous functions

No comments:

Post a Comment