C4 - Key in-site
https://dmiller.github.io/clojure-clr-next/general/2025/10/19/key-in-site.html
We look at how (:keyword arg) callsites are compiled in Clojure. Consider a function that uses a keyword as a function: (defn k [x] (:kw x)) The generated code is: public class compiler$k : AFunction { // Two fields are generated to…
You must log in or # to comment.

