Forum Moderators: open
Microsoft takes the wraps off TypeScript, a superset of JavaScript
Microsoft takes the wraps off TypeScript, a superset of JavaScript [zdnet.com]
On October 1, Microsoft took the wraps off TypeScript, a new programming language that is aimed at making JavaScript development scale beyond the client.
...
"With HTML5, the standards web platform has become significantly more compelling for delivering rich user experiences. At the same time, the reach of JavaScript has continued to expand, going beyond the browser to include native device apps (e.g. Windows Store apps for Windows 8), applications in the cloud (e.g., node.js running on Windows Azure), and more. With these developments, we’re starting to see applications of unprecedented size written with JavaScript, despite the fact that creating large-scale JavaScript applications is hard. TypeScript makes it easier."
The idea is that more coding errors will be caught at design-time, not at run-time.