|
|
|
|
|
by Mikechaos
4519 days ago
|
|
I'm also not so sure about the "non-JS coders" part. As a proficient Javascript programmer, I absolutely love CoffeeScript. I even recommand it to learn the good parts of JS when you are completely unfamiliar with it.
I think there is a lot more than synctactic sugar to Coffeescript. It makes obscur or verbose JS patterns really easy to use.
My code generally compiles down to up to twice as much JS code. Yes the compiler outputs somewhat verbose JS, but I can't deny the speed and ease I've gain with it. And it is only my first professional project using it. |
|