Fork me on GitHub
#cider
<
2020-02-08
>
FiVo11:02:26

How would I best go about hacking on cider-nrepl and nrepl simuntanously?

bozhidar17:02:47

It’s easier for cider-nrepl, because you don’t have to restart the server and you can just keep evaluating code and you’ll get instant feedback.

FiVo17:02:59

@bozhidar Maybe I misunderstood you, but I was more wondering how to do it in the same repl session. So you jack-in into cider-nrepl and also point the cider-nrepl to the local copy of the nrepl and whenever something in the nrepl changes you create a new connection?

bozhidar17:02:31

Yeah, exactly.

bozhidar17:02:57

Whatever you evaluate will replace the definitions that have been loaded. Interactive development inception. 😄

FiVo17:02:50

Yeah, I mean for cider-nrepl I was already doing it, but now for two projects at the same time, that's new.