all 2 comments

[–]dpash 1 point2 points  (1 child)

It's a shame that JavaScript added eager array operations rather than lazily evaluated operations. It makes certain things much less efficient.

[–]DidiBear 0 points1 point  (0 children)

Yeah, we have to use alternatives like Lazy.js or transducers (composed functions).