Why does the other lane always seem to go faster?
hpyblg.wordpress.com1 ポイント投稿者 Amnon0 コメント
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!