nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
pez 2019-10-05T10:30:39.006900Z

Where can I read about how to know when the REPL is waiting for input? I’m looking at this issue on Calva and realize I don’t know where to even start: https://github.com/BetterThanTomorrow/calva/issues/377

bozhidar 2019-10-05T11:09:38.007500Z

@pez There’s a stdin message that gets sent when the REPL is waiting for input.

bozhidar 2019-10-05T11:10:23.007800Z

See https://nrepl.org/nrepl/0.6.0/ops.html#_stdin

pez 2019-10-05T12:06:31.008700Z

Thanks @bozhidar. I’ll add this to the issue and then I hope I get the time to try fix it.