Live data from Hacker News

Why CoffeeScript Isn't the Answer

walkercoderanger.com

1–10 of 148 posts

Re: Why CoffeeScript Isn't the Answer

#3
Coffee-script is awesome but suffers from it's roots as a preprocessed layer on top .. and that essentially leads to poor overall tool chain support .. I actually enjoyed writing code in it .. debugging not so much .. Would love some of the constructs to make into JS

Re: Why CoffeeScript Isn't the Answer

#6
I have a rule of thumb that coffeescript is never appropriate for code that has to be require()'d by any code written by somebody else than me.

I'll happily use coffeescript, and enjoy doing so, when that condition is met. It doesn't happen very often though.

Re: Why CoffeeScript Isn't the Answer

#8
post #5

Answer to what? What's wrong with Javascript in the first place?

For me, coffeescript was the answer to the question "How can I write javascript with python-esque whitespace block formating?" I suspect the author was asking something like "what can replace javascript?"
Post reply on HN