Hacker News new | ask | show | jobs
by retrogradeorbit 4525 days ago
What about coffeescript, or clojurescript, or any of the hundreds of other languages compiling to javascript and targeting the browser?
3 comments

If you don't know JavaScript, you're really handicapped using any form of higher-level language wrapper. Coffeescript is syntax sugar. Run into problems or library incompatibility with other components and you don't know JavaScript...well...

BTW, for the record, I've never actually known a coffeescript dev who didn't know JavaScript, too, though.

What happens when there's a problem at the interface between your favorite compiles-to-javascript language and javascript? If you don't know javascript, how are you going to debug and/or fix that? I've never used coffeescript or clojurescript, so maybe they're so thin that this never happens?
It would be pretty unusual for a CoffeeScript developer to not know JavaScript as well.