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

methods: (also) take named parameters #123

Open
maettu opened this issue Oct 17, 2013 · 3 comments
Open

methods: (also) take named parameters #123

maettu opened this issue Oct 17, 2013 · 3 comments

Comments

@maettu
Copy link
Contributor

maettu commented Oct 17, 2013

Please implement that methods can take not only lists of parameters but also named parameters.

@stevan
Copy link
Owner

stevan commented Oct 17, 2013

I think that Perl 6 style named parameters would be good, they do increase the complexity of the sig parsing though so I would like to wait until the core sub-sig lands so we can piggyback as much as possible on that.

@doy
Copy link
Collaborator

doy commented Oct 17, 2013

I think this should not be part of the first round of changes, because it will require a lot more effort - it needs changes not just to method signature parsing, but also at the places that methods are called, and that's a much higher level of complexity.

@stevan
Copy link
Owner

stevan commented Oct 17, 2013

Agreed, this can be a "later" thing.

On Oct 17, 2013, at 5:37 PM, Jesse Luehrs [email protected] wrote:

I think this should not be part of the first round of changes, because it will require a lot more effort - it needs changes not just to method signature parsing, but also at the places that methods are called, and that's a much higher level of complexity.


Reply to this email directly or view it on GitHub.

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

3 participants