Skip to content

Instantly share code, notes, and snippets.

@tcrayford
Created May 17, 2010 12:46
Show Gist options
  • Save tcrayford/403718 to your computer and use it in GitHub Desktop.
Save tcrayford/403718 to your computer and use it in GitHub Desktop.
(->> (clojure.lang.Compiler/analyze clojure.lang.Compiler$C/EVAL
'(let [a 3 b 4] a)) .fexpr .methods first .locals keys (map #(.sym
%)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment