#COFFEESCRIPT
CoffeeScript and Symbiotic Languages
Posted on
February 12, 2013
in
coffeescript
Jeremy Ashkenas talks about CoffeScript and Symbiotic Languages Read More
CoffeeScript Source Maps
Posted on
September 23, 2012
in
coffeescript
The CoffeeScript Redux compiler now supports the genaration of Source Maps. Read More
CoffeeScript String Interpolation with HTML Escaping
Posted on
July 31, 2012
in
coffeescript
CoffeeScript supports Ruby-style string interpolation in double-quoted strings, so you can embed expressions, not just variables, directly inside strings. Read More
CoffeeScript Roundup
Posted on
November 11, 2010
in
coffeescript
CoffeeScript is a compact language that compiles to JavaScript, borrowing readable syntax ideas from Ruby and Python—including significant indentation—and adding light syntactic sugar while keeping JavaScript semantics. Read More