Jeremy Ashkenas is announcing that CoffeeScript with version number 1.10.0 is already available to download.
What is CoffeeScript ?
CoffeeScript is .
The CoffeeScript compiler is written in pure CoffeeScript, using a small DSL on top of the Jison parser generator, and is available as a Node.js utility. The core compiler however, does not depend on Node, and can be run in other server-side-JavaScript environments, or in the browser. CoffeeScript uses Python-style significant whitespace, so line endings are regarded as code endings as well.
This is changelog for CoffeeScript version 1.10.0 :
You can read the complete changelog and also download this latest version on their homepage: coffeescript.org