Support for qualified method names #1109
Labels
clojure-version:1.12
Feature from Clojure 1.12
component:compiler
Issue pertaining to compiler
issue-type:enhancement
New feature or request
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.The text was updated successfully, but these errors were encountered: