Is there any way to get generators into node.js?
I\'m currently faking them with callbacks, but I have to remember to check the response of the callback inside of my gen
You might check out wu.js at http://fitzgen.github.com/wu.js/ It has lots of interesting iterator functions.