Navigation

Home
Search
Submit A Resource
Contact Us
About Functionn

Subscription Options


Subscribe By Email (265+)


Lists


Archives

Oct 1, 2012

Author: Hirvesh Posted At: 10/01/2012 Tags: , , , , , , , , , , ,

Typescript - A Language For Application-Scale JavaScript Development From Microsoft

Share:

TypeScript is a language for application-scale JavaScript development.  TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.

TypeScript offers classes, modules, and interfaces to help you build robust components.  These features are available at development time for high-confidence application development, but are compiled into simple JavaScript.  TypeScript types let you define interfaces between software components and to gain insight into the behavior of existing JavaScript libraries.

TypeScript starts from the syntax and semantics that millions of JavaScript developers know today.  With TypeScript, you can use existing JavaScript code, incorporate popular JavaScript libraries, and be called from other JavaScript code.  TypeScript compiles to clean, simple JavaScript code which runs on any browser, in Node.js, or in any other ES3-compatible environment.

Types enable TypeScript developers to use highly-productive development tools and practices: static checking, symbol-based navigation, statement completion, and code refactoring.  These types are optional, and type inference allows a few type annotations to make a big difference to the static verification of your code.


Requirements: None
Demo: http://www.typescriptlang.org/Playground/
License: Apache 2.0 License

Daily Posts, Be Updated, Subscribe:

Want Free Web Resources? Enter Your Email And We'll Send It To You - Daily! (265+ Subscribers)

Yup, it's that straight forward! Enter your email address below and we'll send you the latest web resources to your inbox, everyday. We don't do spam. Ever.

Trending Posts On Functionn This Week

Share:

Other Interesting Resources:

0 comments:

Post a Comment

 


Recent Posts

Popular Categories



Popular Components



Popular Licenses