editors

Discussion about all editors used for Clojure/ClojureScript
bozhidar 2018-05-25T06:18:23.000262Z

Yeah, without middleware it works, but it has just some basic eval functionality.

bozhidar 2018-05-25T06:19:43.000132Z

A bit more things can be implemented to work without middleware, if needed (in the early days CIDER was just evaluating hardcoded clojure forms that did some of the ops that were transferred to middleware). That was limiting in many ways, but it gets the basic things done.

bozhidar 2018-05-25T06:20:34.000279Z

I agree that self-hosted nREPL server would be something ideal, and this was a big part of the reason I volunteered to work on the nREPl transition out of clojure-contrib. Now it’s perfectly possible for someone to make this happen.

bozhidar 2018-05-25T06:22:02.000253Z

And, of course, if people are willing to just add orchard to their projects, the fallback mode would be much simpler than it was before.

dominicm 2018-05-25T06:55:31.000249Z

This one is not well suited to decoding streams, like from the network.

dominicm 2018-05-25T06:55:55.000285Z

There's only one I've found that does that, and it can't handle negative numbers.