Fork me on GitHub
#nrepl
<
2019-10-05
>
pez10:10:39

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

bozhidar11:10:38

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

pez12:10:31

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