Skip to content

Instantly share code, notes, and snippets.

@kindlychung
Created May 22, 2015 23:14
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 kindlychung/2a1f5bc141ae9fb4a8e4 to your computer and use it in GitHub Desktop.
Save kindlychung/2a1f5bc141ae9fb4a8e4 to your computer and use it in GitHub Desktop.
(use 'clojure.pprint)
(defmacro epprint [& exprs]
`(doseq [expr# ~exprs]
(pprint '~expr#)
(pprint ~expr#)))
@kindlychung
Copy link
Author

CompilerException java.lang.RuntimeException: Unable to resolve symbol: expr# in this context, compiling:(/Users/kaiyin/personal_config_bin_files/workspace/typedclj/src/typedclj/rhizome.clj:9:1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment