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

Iterator API like List for Generator #63

Closed
tanakahisateru opened this issue Dec 4, 2012 · 1 comment
Closed

Iterator API like List for Generator #63

tanakahisateru opened this issue Dec 4, 2012 · 1 comment

Comments

@tanakahisateru
Copy link
Owner

PHP5.5 would support Generator which can create iterator instance easily.

Pinoco should support that new feature transparently. Pinoco_List can wrap plain array and let it look as pure sequence of data. Also an iterator which created by Generator should be able to be wrapped and can provide APIs which is compatible with Pinoco_List.

@tanakahisateru
Copy link
Owner Author

The most hopeful library is here: https://github.com/akanehara/ginq

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