Live data from Hacker News

Glimmer.js: What’s the Deal with TypeScript?

medium.com

1–2 of 2 posts

Re: Glimmer.js: What’s the Deal with TypeScript?

#2
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?