cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
bozhidar 2021-01-03T08:01:19.457600Z

Yeah, that's true. The only downside would be the need for a third-party dep. Part of the reason we've opted for our simpler approach is to avoid having any deps in Orchard.

bozhidar 2021-01-03T08:03:52.459200Z

FYI - GitHub Discussions are now live for CIDER. We already have an interesting discussion in progress about the definition of "breaking changes" in CIDER https://github.com/clojure-emacs/cider/discussions/2960 I hope the discussion board will be a nice addition to the issue tracker (and this chat).

1👍
vemv 2021-01-03T11:50:37.459300Z

yeah a java dep doesn't sound mranderson-able :)

bozhidar 2021-01-03T15:50:35.459500Z

It actually handles those, but Orchard doesn't use mranderson, only cider-nrepl does. And the info functionality for Clojure, Java and ClojureScript happens to live in Orchard currently.

1👀