(no title)
kenOfYugen | 9 years ago
Just like CoffeeScript's good parts got into JavaScript, JavaScript's new features are being merged into CoffeeScript. 'async/await' becomes just an elegant 'await' in CS and pure generators are just functions that yield, without special annotations (i.e function*()).
CoffeeScript is nearing its 2.0 release [1]. So the language is not "dead", and there is still room for "innovation" repeating the cycle anew.
jessaustin|9 years ago
kenOfYugen|9 years ago
skilesare|9 years ago
sjogress|9 years ago
I'm with you though, I much prefer Coffeescript syntax over Javascript so I'm really happy to see it coming along.