Playing with CoffeeScript
Thursday, February 25th, 2010I’ve been fiddling with Coffeescript, a nifty language for writing Javascript – well, really it’s more like a pre-compiler than a language; it compiles directly to readable javascript (including comments!) and generally one Coffeescript statement produces one javascript statement. So why would you use it? Because it bypasses some of the horribleness of Javascript syntax, [...]