lambda icon indicating copy to clipboard operation
lambda copied to clipboard

Generators / iterators?

Open 71104 opened this issue 8 years ago • 1 comments

Design generator / iterator pattern for Lambda and implement whatever is necessary.

The goal is to provide an object with list-like interface (e.g. map, reduce, filter, etc.) with each method implemented online instead of working on an array.

71104 avatar May 20 '16 16:05 71104

We can call these "lazy lists".

71104 avatar May 21 '16 13:05 71104