Pretty Print The Last Thing
Clojure provides pp
as a convenience macro for pretty printing the last thing that was output. If you are playing around with a function in the repl, trying to get the output just right, pp
can come in handy.
See (doc pp)
for more details.
Last updated