juxt

2018-05-11T00:30:54.000068Z

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

2018-05-11T00:32:03.000112Z

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

dominicm 2018-05-11T05:34:28.000037Z

The nrepl code is loaded before dev is required.