nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
Jakub Holý 2020-07-03T16:57:33.133700Z

Hello! When I start nREPL from a terminal then some output (println, System.out.print etc) will go to that terminal. Is there a way for the output to go also to the connected client so that I can only focus on the REPL window in my editor and don't need to check the terminal in addition to that? Thank you!

dominicm 2020-07-03T19:45:57.134100Z

There's a cider middleware which can capture System out

flowthing 2020-07-03T19:47:36.135Z

I am actually also interested if there’s a non-CIDER option.

flowthing 2020-07-03T19:48:34.136200Z

I vaguely remember something about rebinding *out*, but not sure.