TypeScript: Making developing JavaScript in Visual Studio 2012 so much more humane!

Have you heard of the TypeScript compiler and the TypeScript for Visual Studio 2012 plugin? Have a look!

image

TypeScript is aimed at improving the overall JavaScript development experience.  TypeScript, rather than being a completely new and unfamiliar language, is a superset of the ECMAScript standard.  This allows it to closely interop with JavaScript, letting developers continue using existing JavaScript code and libraries. 

TypeScript provides optional typing, ES6-style classes, modules and interfaces.  Optional typing gives developers a way of getting compile-time error detection and improved tooling (including features like refactor/rename) where they want it, without heavy typing requirements.  The TypeScript class syntax, and module syntax, are directly inspired by the ES6 proposals, and give developers a familiar way to structure large projects. 

Visit the TypeScript main site: http://www.typescriptlang.org

The TypeScript open source developer site: http://typescript.codeplex.com/

TypeScript tutorial: http://www.typescriptlang.org/Tutorial/

Tags: , , ,

About TechPreacher

Developer evangelist for Microsoft in Switzerland. Focus on web 2.0 technologies, Windows 8 and Windows Phone development. Passionate gamer with a life.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

%d bloggers like this: