(use 'aprint.core)
(aprint object)
;; or just like (pp)
(ap)
Look, I have some data:
With pprint
it takes 3+ awful screens:
With aprint
:
Awesome, yeah?
If you'd like to get same layout without color codes:
;; n stands for "normalized" print
(nprint issues)
Add this to your ~/.lein/profiles.clj
{:user {:injections [(use 'aprint.core)]}}
Copyright © 2014 Vlad Bokov
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.