Hey what do you guys think about nightlight? https://github.com/oakes/Nightlight Its got this really innovative approach where instead of running in a separate process like most IDEs, it runs INSIDE your process-- inside your clojure process, that way code completion and many other integrated features are trivial to implement
seems like a really interesting approach
according to Oak, it isn't necessary to spin up a separate REPL, because the IDE exists inside your clojure process, thus it already has a REPL for free
There is a slack channel for it at #nightlight