Skip to content

Instantly share code, notes, and snippets.

Created March 31, 2011 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/897242 to your computer and use it in GitHub Desktop.
Save anonymous/897242 to your computer and use it in GitHub Desktop.
<amalloy> `(let [x# 1] `(let [y# 2])) is your problem
<sexpbot> ⟹ (clojure.core/let [x__11123__auto__ 1] (clojure.core/seq
(clojure.core/concat (clojure.core/list (quote clojure.core/let))
(clojure.core/list (clojure.core/apply clojure.core/vector
(clojure.core/seq (clojure.core/concat (clojure.core/list (quote
clojure.core/y__11122__auto__)) (clojure.core/list
2))))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment