@dominicm So, what’s your idea about loading nREPL early on? Just adding some class with static initializer perhaps?
@bozhidar I tried that, it didn't work 😞 I didn't realise that Clojure is able to do this because everyone is running clojure, so clojure.lang.RT is pretty much always loaded.
I’m out of ideas then, but I’m certain you’ll think of something. I got pretty excited when you proposed this, so I hope we can make it work somehow.
Ideally without having to use a patched version of Clojure. 😄
the compromise might be that a user has to do (import nrepl.server)
somewhere in their codebase. But that isn't wonderful for loading ourselves into java programs.