7
votes
5answers
599 views

Language Design: Are languages like Python and CoffeeScript really more comprehensible?

The "Verbally Readable !== Quicker Comprehension" argument on http://ryanflorence.com/2011/case-against-coffeescript/ is really potent and interesting. I and I'm sure others would be very interested ...
3
votes
4answers
1k views

Learning on the Job: JavaScript, CoffeeScript, BackBone and jQuery

I have avoided JavaScript for as long as I could. I simply think that it is a very, very dirty scripting language. I have nothing against curly braces, I work with PHP almost every day, I'm fine with ...
10
votes
4answers
3k views

Should I invest time learning Coffeescript? [closed]

I am a freelancer and I earn my bread and butter by helping others write better java-script code. I have good experience with most of the JavaScript frameworks around. I am wondering if it is worth ...
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 ...