Hacker News new | ask | show | jobs
by rudolf0 3486 days ago
Just to provide a contrasting point of view: CoffeeScript is the only reason I ever wrote, and ever write, JavaScript. Period. Transpilers do add a layer of complexity, but all of the syntax sugar advantages make it more than worth it to me.

I would not ever write JavaScript if CoffeeScript or similar languages did not exist. Before it existed, I never touched the language. I now use CoffeeScript daily and have never been happier. A watchdog script automatically transpiles the code upon updates, and everything is completely seamless for me.

1 comments

The real problem that CoffeeScript solves is developer stubbornness.

Some developers decided a long time ago that JavaScript is terrible and so CoffeeScript gave them a way to program in JavaScript without changing their minds about how terrible JavaScript is.

The reality is that it would have been easier if developers weren't so stubborn to begin with.

It would have been easier if JavaScript weren't so terrible to begin with.