Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generators / iterators? #82

Open
71104 opened this issue May 20, 2016 · 1 comment
Open

Generators / iterators? #82

71104 opened this issue May 20, 2016 · 1 comment

Comments

@71104
Copy link
Owner

71104 commented May 20, 2016

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 71104 changed the title Generators? Generators / iterators? May 20, 2016
@71104
Copy link
Owner Author

71104 commented May 21, 2016

We can call these "lazy lists".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant