I'm trying to always use https://github.com/brandonbloom/fipp as a printer using inf-clojure + clj
is there a better way to do this than just starting a sub-repl like this:
(main/repl
:caught pst
:print fipp
)
I never thought much about this. I'm guessing you can also craft a clj
command string that start the REPL directly using fipp
.