clojure-site
clojure-site copied to clipboard
Add compiler meta hint info
It's come up many times on slack that this is generally used wrong and is to be discouraged,
Broadening this to include compiler meta hints like ^:const, ^:static, ^:once, etc and var meta like ^:tag, ^:arglists, etc. Might make sense in the FAQ, or perhaps on https://clojure.org/reference/compilation or https://clojure.org/reference/vars.