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

Starargs sugar for Python and Ruby #4

Closed
alehander92 opened this issue Mar 10, 2016 · 0 comments
Closed

Starargs sugar for Python and Ruby #4

alehander92 opened this issue Mar 10, 2016 · 0 comments

Comments

@alehander92
Copy link
Collaborator

When

<call>(a, b, .. z[0], z[1]..z[<zlength - 1>])

and z is a Tuple / Array , generate

<call>(a, b, *z>)

Eventually, for z[k]..z[l] generate <call>(a, b, *z[k..l])

@alehander92 alehander92 added this to the v0.2 milestone Mar 10, 2016
@alehander92 alehander92 self-assigned this Mar 10, 2016
@alehander92 alehander92 modified the milestones: v0.3, v0.2 Mar 11, 2016
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