nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
2017-05-31T01:45:16.728516Z

Hi all - anyone have an example of how to take over an existing nREPL session?

2017-05-31T01:48:48.756229Z

Use case is roughly - I have an existing nREPL session - I want to replace the handler with my own custom handler, so that I can get the user input as a String - A response can be constructed and returned to the session user