-
Notifications
You must be signed in to change notification settings - Fork 9
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
Keyword arguments #13
Comments
Hi, I haven't planned anything keyword arguments. It requires too much effort for now. I think it is better to focus on quick wins like basic modules. What do you think? |
I made this implementation for Tengo[1], but still the result of the benchmark was not satisfactory. If you can take a look and tell me what you think it would be interesting. If you consider it pertinent, I can make a Fork and implement this solution here. [1] d5/tengo#371 |
Closing this for now. However, I may change the Call method signature or add a new interface not to break backward compatibility in the near future for some improvements. We can discuss this at that time. |
Hello!
Do you have plans to supports keyword arguments?
The text was updated successfully, but these errors were encountered: