-
Notifications
You must be signed in to change notification settings - Fork 440
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
A (un)splat operator for named arguments #203
Comments
I've been wondering whether to just do Python semantics |
My general preference is for cleanliness over similarity to python, but others might feel differently 😄 |
The |
@igorpeshansky it's both, but yes, I certainly care about invoking more (since that's the one that's harder right now) |
I may be missing something, but how would the |
I don't understand your examples at all, what programming language are they even in and why should z be 2? |
arg sorry, I somehow got linked here from nix and thought I'm still in the nix thread... |
no worries :) |
This would be killer for templating out config files.... |
Same here, splat operators would be very useful. |
@bbinet did you ever find a solution? |
This would be quite useful. At the minimum, it would save me from having to wrap the variadic args in |
What I'd like is for it to behave just like a regular function application, so:
Going the other way would also be nice:
The text was updated successfully, but these errors were encountered: