For questions about CoffeeScript - a little language that compiles into JavaScript.
32
votes
5answers
6k views
What are the pros and cons of Coffeescript?
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 ...