inf-clojure

GitHub: https://github.com/clojure-emacs/inf-clojure Discord (official chat): https://discord.gg/nFPpynQPME
2020-09-23T12:48:26.000900Z

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
     )

bozhidar 2020-09-30T07:15:28.000400Z

I never thought much about this. I'm guessing you can also craft a clj command string that start the REPL directly using fipp.