Fork me on GitHub
#nrepl
<
2018-10-16
>
bozhidar07:10:00

@dominicm So, what’s your idea about loading nREPL early on? Just adding some class with static initializer perhaps?

dominicm07:10:41

@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.

bozhidar07:10:25

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.

bozhidar07:10:39

Ideally without having to use a patched version of Clojure. 😄

dominicm08:10:10

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.