basilisp-lang / basilisp

A Clojure-compatible(-ish) Lisp dialect targeting Python 3.9+
https://basilisp.readthedocs.io
Eclipse Public License 1.0
290 stars 8 forks source link

Support for qualified method names #1109

Closed chrisrink10 closed 2 days ago

chrisrink10 commented 2 weeks ago

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.