Write non-blocking code in a nice-ish way in a node.js repl. Based on Co.
This is an ALPHA version. There are some problems with repl context.
npm install -g co-repl
$ co-repl
> var foo = yield function(cb){return setTimeout(function(){cb(null, 'foo')}, 500)}