cider-nrepl was mostly inspired by swank-clojure.
It started life as an attempt to push as much of CIDER’s functionality as possible to the nREPL layer,
with the assumption that this would make it easier to develop CIDER and would open up the possibility
to build complex features like an interactive debugger. Fortunately, the assumption turned out to be correct.
Today cider-nrepl provides pretty much everything that a Clojure development environment might need (and more).
Eventually cider-nrepl served as the inspiration for more similar
middlewares - e.g. refactor-nrepl, iced-nrepl and sayid. We quickly
realized that there was nothing CIDER specific in those middlewares and we’ve
started to encourage more tool authors to leverage them. Today cider-nrepl is
developed and released independently from CIDER and is used by most of the
nREPL-based editors and IDEs out there, which is a great example of team work.
More recently we’ve been working to extract the core functionality out of cider-nrepl
into a REPL-agnostic library.[1]
You can check out this talk, which explores the birth of
cider-nrepl.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |