(no title)
mrspeaker | 3 years ago
Many of the features that made CoffeeScript fun and useful were incorporated directly into ES6. The proposals even cited CoffeeScript and borrowed the syntax verbatim or with minor changes. By the time arrow-functions were accepted it was obvious that the cost of transpiling wasn't worth it any more, all that was left was "significant whitespace", which was the most buggy part about CoffeeScript anyway!
dtagames|3 years ago
I think CoffeeScript died because it didn't offer any real improvement, which TS offers even incrementally (in a single function, for example) without going all-in.
stop50|3 years ago