nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
razum2um 2018-07-13T10:49:10.000157Z

@bozhidar @cemerick I was mentioned in this context https://clojurians-log.clojureverse.org/nrepl/2018-07-01 take a look on what I came up with for now: https://github.com/cemerick/pomegranate/pull/102

bozhidar 2018-07-13T11:46:57.000126Z

@razum2um I’ll take a look, although I’m not involved with pomegranate at all. On the other hand - I’d really love to make it trivial to add dependencies at runtime with nREPL.

razum2um 2018-07-13T16:29:53.000040Z

@bozhidar exactly 👍 I don’t understand how it’s possible to reload repl when you found a library and you have to restart to try it. still, I wrote that it’s only nrepl-specific issue, plain clojure cli works for me, but it’s not net-aware + I prefer lein’s project.clj to deps.edn but I ended up hacking pomergranate, maybe there’s a better way, that’s why mentioned you