Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created August 5, 2012 07:06
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 mattdeboard/5263a49008da659e89ec to your computer and use it in GitHub Desktop.
Save mattdeboard/5263a49008da659e89ec to your computer and use it in GitHub Desktop.
(clojure.pprint/pprint
(macroexpand
`(proxy-foo "resources/sample.pdf" PdfReader {:a 1})))
(clojure.pprint/pprint
(macroexpand
`(proxy [PdfReader clojure.lang.IObj] ["resources/sample.pdf"]
(withMeta [newmeta] {:a 1}) (meta [] {:a 1}))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment