nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
bozhidar 2018-10-16T07:37:00.000100Z

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

dominicm 2018-10-16T07:37:41.000100Z

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

bozhidar 2018-10-16T07:40:25.000100Z

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.

bozhidar 2018-10-16T07:40:39.000100Z

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

dominicm 2018-10-16T08:00:10.000100Z

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.