Skip to content

Instantly share code, notes, and snippets.

@laurentpetit
Created July 23, 2015 13:17
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 laurentpetit/74b94bb9c3782d3e4940 to your computer and use it in GitHub Desktop.
Save laurentpetit/74b94bb9c3782d3e4940 to your computer and use it in GitHub Desktop.
=> (use 'clojure.pprint)
nil
=> (print #'pprint)
#'clojure.pprint/pprint
nil
=> (pprint #'pprint)
#<Var@309f74bd: #<pprint$pprint clojure.pprint$pprint@56b9af2a>>
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment