Why Coffeescript

Ry

tl;dr people are dismissing it before they really learn it.

Some Coffeescript facts

My Coffeescript opinions

I see the point of view of the Javascript purists. It does suck to have a "house divided".

There is a long history of people dismissing it without learning it. 

Paraphrased: "I don't want to learn CoffeeScript. Don't use it!"

A gift that keeps on giving

When you're learning coffeescript, you'll go back to the docs and discover gems like isnt, ? string interpolation - each visit to the docs gives you new nuggets as you level up. (one more to check out: the accessor variant of the existential operator).

Readability and comprehensibility is the goal

Never write cute code. Yes you can write some crazy terse code in CS, just as you can in Ruby, Python, and even JS. Don't do that. That's not the point.

"Bad CoffeeScript is worse than bad JavaScript.
Good CoffeeScript is better than good JavaScript." - Ryan Florence

This debate has no end

JS is and will likely remain dominant. There are enough people in each camp that you can find people in your tribe to collaborate with.

If you choose Coffeescript, you'll be in the minority. Be prepared to defend yourself. People won't want to contribute to your project because CS infuriates them. C'est la vie.