I am wondering if there is a way to have the output of the current execution in emacs cider when using cider-connect
.
For instance :
I run
lein repl
on a project directorythen connect to it in emacs using
cider-connect
.
Now let's say that I have (println "cider is amazing by the way")
in the code of one of my ring handlers, this will only be printed in the console I ran lein repl
when a request is made.
How can I have this output also in my nrepl
buffer ?