Hacker News new | ask | show | jobs
Glimmer.js: What’s the Deal with TypeScript? (medium.com)
11 points by chancancode 3354 days ago
1 comments

Tom Dale does a good job explaining how judicious use of TypeScript may prevent the CoffeeScript problem: a language that slowly diverges from JavaScript because of all the syntactic features it introduces before they end up in JavaScript as well — with a subtly different syntax.

I wonder if there is a change of TypeScript becoming a full-fledged part of the ECMAScript standard?