inf-clojure
inf-clojure copied to clipboard
Please consider adding a comparison table to CIDER to the readme
So that it's clear what's available in which.
I use CIDER, but (aside from clj-refactor) I am hard-pressed to find something CIDER does that I actually use that inf-clojure does not do.
I don't know much about cider, but I'd like to see a section in the readme answering the question, "Should I use inf-clojure or Cider?"
When looking into it before, I relied on these two resources:
- https://docs.cider.mx/en/latest/faq/ (What's the relationship between CIDER and inf-clojure?)
- https://batsov.com/articles/2014/12/04/introducing-inf-clojure-a-better-basic-clojure-repl-for-emacs/
AFAICT, cider can do everything that inf-clojure
can do and a lot more. inf-clojure
is a simpler and more lightweight solution. Would it be helpful to link to these two articles in the readme @uvtc ?