Skip to content

Instantly share code, notes, and snippets.

View amazing.clj
(->> (clojure.lang.Compiler/analyze clojure.lang.Compiler$C/EVAL
'(let [a 3 b 4] a)) .fexpr .methods first .locals keys (map #(.sym
%)))