Guest User

Untitled

a guest
Nov 14th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. (defmacro debug
  2. [form]
  3. `(-> (quote ~form)
  4. macroexpand
  5. clojure.pprint/pprint))
Add Comment
Please, Sign In to add comment