|
|
|
|
|
by jashkenas
4152 days ago
|
|
Folks, this was always part of the plan ;) CoffeeScript is a fun little experiment in what's possible when you take JavaScript semantics and try to boil down the user interface to a minimalist surface. But JavaScript will always keep on rolling onwards — and to the extent that future versions of JavaScript take any minor inspiration or reference or overlap with things that CoffeeScript already does, the more the better. For example, see this talk from four (!) years ago: https://www.youtube.com/watch?v=QTj6Q_zV1yg There's more than one way to skin the JavaScript cat. In other news, CoffeeScript 1.9.0 came out yesterday — with support for ES6 generator functions. A-la Python, in CoffeeScript, a generator is simply a function that "yield"s. |
|