Why does the other lane always seem to go faster?
hpyblg.wordpress.com1 pointsby Amnon0 comments
var powersOf2 = new Stream(1, function() {
return powersOf2.scale(2);
});
(untested) which means that the sequence of powers of 2 begins with 1 follows with the the same sequence scaled by 2!