I see more and more references to applications being written with CoffeeScript, the latest [at the time this was originally written] being http://chalk.37signals.com - a blog post about how this was built using CoffeeScript is here: http://samisamhuri.blogspot.com/2010/11/37signals-chalk-dissected.html

I have looked at the documentation, and I just have to ask - Why?

Why would I bother to learn Yet Another Language that compiles to JavaScript? Why would I not just write the JavaScript itself? Is it just the terseness? For the thrill of trying something new? Because it has 'Coffee' in the name and therefore must be good?

and I'm unable to find the answer to these questions: Does CoffeeScript bring any additional features to JavaScript, or is it only a 1:1 transcription? Are there syntactic/semantic sugar features that allow for quicker programming, and thus makes it worth the effort to learn the new syntax?


UPDATE 07/07/11: Since this is closed I can't simply add this as an answer, but if I could the answer would be: See "The Little Book on CoffeeScript" by Alex MacCaw

(I also added some clarifying verbiage above in italics)


UPDATE 07/15/11: Ha! This 'closed as not constructive' question just earned me a "Popular Question" badge! Take that guys, won't you be feeling silly when I see you on the playground tomorrow wearing my new shiny badge! Wait, what? It's not an actual badge? And you all already have it? Ok, never mind.


UPDATE 12/02/11: And now it's a Nice Question too... Anyone who'd like to reopen it is welcome to do so...

link|improve this question

80% accept rate
1  
This belongs on: programmers.stackexchange.com IMO – Nick Craver Nov 5 '10 at 22:10
3  
I couldn't agree with you more abotu this question. I looked at the syntax and thought if you're not coming from rails you'll probably just wanna stay with Javascript. – Logan Bailey Nov 5 '10 at 22:11
7  
My question is, why would you put an iPad-only link in your question, that doesn't seem to point to anything to do with CoffeeScript? – Joel Mueller Nov 5 '10 at 22:16
Sorry - I probably should have included the link to the Chalk dissection, which refers to how it was developed using CoffeeScript: samisamhuri.blogspot.com/2010/11/37signals-chalk-dissected.html, twitter.com/sstephenson/status/553490682216449 – Oskar Austegard Nov 7 '10 at 14:31
1  
and I've edited the question to be less subjective and argumentative. – Oskar Austegard Nov 7 '10 at 14:35
show 2 more comments
feedback

closed as not constructive by Nick Craver, Paul Tomblin, Marcel Korpel, Joel Mueller, Robert Harvey Nov 5 '10 at 22:17

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 9 down vote accepted

Because it seems to be more readable and faster to code with.

link|improve this answer
1  
See michaux.ca/articles/javascript-is-dead-long-live-javascript and his section on coffeescript. One notable quote, extracted from arcturo.com/library/coffeescript/00_introduction.html: "CoffeeScript neatly sidesteps these [JavaScript issues], by only exposing a curated selection of JavaScript features." – Oskar Austegard Jul 7 '11 at 20:20
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.