Fork me on GitHub
#juxt
<
2018-05-11
>
callum00:05:54

Hi there, how does Edge manage to start an nrepl even when there are issues compiling the project?

callum00:05:03

I noticed this fn in user but couldn’t figure out what actually allows the REPL to start https://github.com/juxt/edge/blob/master/app/dev/user.clj#L23

dominicm05:05:28

The nrepl code is loaded before dev is required.