editors

Discussion about all editors used for Clojure/ClojureScript
bcbradley 2016-12-03T08:41:35.000143Z

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

bcbradley 2016-12-03T08:41:44.000145Z

seems like a really interesting approach

bcbradley 2016-12-03T08:42:53.000146Z

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

bcbradley 2016-12-03T08:48:53.000147Z

There is a slack channel for it at #nightlight