planck

Planck ClojureScript REPL
futuro 2018-10-22T12:24:33.000100Z

I should really write a high-level roadmap for where I see that work going.

futuro 2018-10-22T12:26:14.000100Z

Cljs support for nrepl really depends on what you mean by “nrepl”. If it includes supporting libraries like cider, I don’t have a clear vision for what full support would look like, as cider would have to abstract the way it handles IO and threading to allow for a JavaScript host to run it.

futuro 2018-10-22T12:27:08.000100Z

My own work fell off as various life events took precedence and I wasn’t working in cljs often.

futuro 2018-10-22T12:29:12.000100Z

@vigilancetech so the short answer is that things are moving slowly, and there’s no cljs implementation of the nrepl currently.

vigilancetech 2018-10-22T12:42:04.000100Z

it's really too bad. It kinda makes bootstrapped a 2nd class citizen to be limited to inf-clojure or its ilk for repl support.

futuro 2018-10-22T13:38:14.000100Z

I believe there’s some work in the cider project to unwrap some of the jvm specific code, but I haven’t looked into it.