A question about class loader for importing java classes (in repl) https://clojurians.slack.com/archives/C03S1KBA2/p1571910839208600
There's a shared class loader at the root
Leiningen puts you in a strange place where a separate overriding class loader is set though.
is it this issue? https://github.com/nrepl/nrepl/issues/113
Yeah, it is :)
I spent a bit of time looking at the issue, but think I need to understand how classloaders work a bit more 😬