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.
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.