Comment on Nodule: A Node.js Pub-Sub Key-Value Store in 185 LinesComments−jashkenas16yJust for kicks, here's what the straight port of Nodule.js looks like in CoffeeScript.http://gist.github.com/364845A little clearer, about 25% shorter, pretty fun.−lonestarOP16yInteresting. 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.
Comments
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.
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.