Remote REPL no output, how to dublicate output in PrintWriter?(Clojure)
问题 Cannot connect remote REPL properly Here are the steps I do: Start local repl instance: lein repl Connect to local by remote repl instance(I do it through Intellij IDEA) After this, every output in code goes only in local repl, in remote one there are nothing What I need: to see all outputs in both repl instances I have found partial solution, this code rebinds output of one repl to another. Just run it in remote one, and all output will go to it (defn rebind-output [] (prn "Rebinding output.