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

Multiple same-named arguments #394

Closed
AlexDaniel opened this issue Feb 13, 2016 · 2 comments
Closed

Multiple same-named arguments #394

AlexDaniel opened this issue Feb 13, 2016 · 2 comments

Comments

@AlexDaniel
Copy link
Member

From S06:

Perl 6 allows multiple same-named arguments, and records the relative order of arguments with the same name. When there are more than one argument, the @ sigil in the parameter list causes the arguments to be concatenated:

This does not work right now.

Some comments from @jnthn:

jnthn: fwiw, I'd be surprised if that was ever implemented.
jnthn: It's likely incompatible with multi-dispatch for one.
jnthn: Should probably get tossed from the design docs, anyway.

@moritz
Copy link
Collaborator

moritz commented Apr 16, 2016

@AlexDaniel did you mean to open this issue on perl6/specs instead? If not, what's the exact TODO here?

@AlexDaniel
Copy link
Member Author

@moritz Whoops!

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

2 participants