For questions about CoffeeScript - a little language that compiles into JavaScript.
41
votes
6answers
10k views
What are the pros and cons of Coffeescript? [closed]
Of course one big pro is the amount of syntactic sugar leading to shorter code in a lot of cases. On http://jashkenas.github.com/coffee-script/ there are impressive examples. On the other hand I have ...