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 qualified method names #1109

Closed
chrisrink10 opened this issue Nov 6, 2024 · 0 comments · Fixed by #1117
Closed

Support for qualified method names #1109

chrisrink10 opened this issue Nov 6, 2024 · 0 comments · Fixed by #1117
Labels
clojure-version:1.12 Feature from Clojure 1.12 component:compiler Issue pertaining to compiler issue-type:enhancement New feature or request

Comments

@chrisrink10
Copy link
Member

Basilisp generally already supported qualified method names because of the first-class nature of Python functions and methods, but Clojure 1.12 introduced a new syntax for specifically referring to bound methods Classname/.method. Support needs to be added to the reader and compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clojure-version:1.12 Feature from Clojure 1.12 component:compiler Issue pertaining to compiler issue-type:enhancement New feature or request
Projects
None yet
1 participant