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

Implement PEP 3132 Extended iterable unpacking. #1127

Closed
gilch opened this issue Oct 2, 2016 · 1 comment
Closed

Implement PEP 3132 Extended iterable unpacking. #1127

gilch opened this issue Oct 2, 2016 · 1 comment
Labels

Comments

@gilch
Copy link
Member

gilch commented Oct 2, 2016

See PEP 3132, for what I'm talking about. Python's been able to do this for a long time, but I don't know how to do this in Hy. That means either it's missing, or it's not documented properly. Either way, a problem.

Clojure also has a related destructuring feature that works on both maps and seqs. We might want to consider something similar for Hy.

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

No branches or pull requests

2 participants