Too often, I wrapped expressions in pprint. Something tells me that there is an opportunity somewhere to do this automatically, but I can not find it. So, instead of typing this:
(pprint list-of-maps)
I would just type
list-of-maps
in REPL and get a pretty printed result.
clojure read-eval-print-loop
Goran jovic
source share