Hacker News new | ask | show | jobs
by jashkenas 5909 days ago
Just for kicks, here's what the straight port of Nodule.js looks like in CoffeeScript.

http://gist.github.com/364845

A little clearer, about 25% shorter, pretty fun.

1 comments

Interesting. I haven't played with CoffeeScript before, I'll have to try it out.

I stuck to straight JS since I'd like the source to be simple for most developers to understand.