Fork me on GitHub
#editors
<
2016-12-03
>
bcbradley08:12:35

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

bcbradley08:12:44

seems like a really interesting approach

bcbradley08:12:53

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

bcbradley08:12:53

There is a slack channel for it at #nightlight