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

[IoVM] List map (select, detect, groupBy) #29

Closed
superbobry opened this issue Apr 10, 2010 · 1 comment
Closed

[IoVM] List map (select, detect, groupBy) #29

superbobry opened this issue Apr 10, 2010 · 1 comment

Comments

@superbobry
Copy link
Contributor

Io> try(x) isNil not
==> true
Io> list(1,2,3) select(x, x > 3)
==> nil
Io> x
==> 3

Instead of creating a new context object, theese methods do setSlot() on the sender.

@superbobry
Copy link
Contributor Author

Implemented in superbobry/io@70657cc.

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

No branches or pull requests

1 participant