nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
Shuai Lin 2019-10-24T09:57:38.120600Z

A question about class loader for importing java classes (in repl) https://clojurians.slack.com/archives/C03S1KBA2/p1571910839208600

dominicm 2019-10-24T10:50:12.121100Z

There's a shared class loader at the root

dominicm 2019-10-24T10:50:40.121900Z

Leiningen puts you in a strange place where a separate overriding class loader is set though.

shen 2019-10-24T10:52:21.122100Z

is it this issue? https://github.com/nrepl/nrepl/issues/113

dominicm 2019-10-24T11:08:05.122600Z

Yeah, it is :)

shen 2019-10-24T11:18:04.123500Z

I spent a bit of time looking at the issue, but think I need to understand how classloaders work a bit more 😬