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

Support for varargs method invocations #1

Open
athos opened this issue Feb 4, 2021 · 0 comments
Open

Support for varargs method invocations #1

athos opened this issue Feb 4, 2021 · 0 comments

Comments

@athos
Copy link
Owner

athos commented Feb 4, 2021

By extending the current method search mechanism, it should be possible to support varargs method invocations.
Once that is achieved, we can write code like the following:

#dot/$(.printf System/out "Hello, %s!\n" "Clojure")

instead of:

(.printf System/out "Hello, %s!\n" (into-array String ["Clojure"]))
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

1 participant