File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ version before the time we started relying on nREPL middleware.
3030
3131## What's the relationship between CIDER and inf-clojure?
3232
33- There's pretty much no relationship. ` inf-clojure ` provides a REPL based on the
33+ There's pretty much no relationship. [ inf-clojure] [ ] provides a REPL based on the
3434` comint ` Emacs package - you're basically running an external REPL process
3535inside of Emacs (there's no network connectivity involved). The advantage of
3636this is that you have no external dependencies what-so-ever - you just need some
@@ -155,3 +155,5 @@ There are many ways in which you can help CIDER
155155* File bug reports and suggestions for improvements
156156* Promote CIDER via blog posts or at meetups and conferences
157157* Invite members of the CIDER team to speak about CIDER at meetups and conferences
158+
159+ [ inf-clojure ] : https://github.com/clojure-emacs/inf-clojure
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ CIDER's basic architecture looks something like this:
5151
5252Clojure code gets executed by an nREPL server. CIDER sends requests to the
5353server and processes its responses. The server's functionality is augmented by
54- additional nREPL middleware, designed specifically to address the needs of an
54+ additional [ nREPL middleware] [ cider-nrepl ] , designed specifically to address the needs of an
5555interactive development environment like CIDER.
5656
5757
5858!!! Note
5959
60- Much of the middleware we originally
60+ Much of the nREPL middleware we originally
6161 developed for CIDER is editor-agnostic and is being used by other Clojure
6262 development environments as well (e.g. [vim-fireplace][] & [calva][]).
6363
@@ -104,5 +104,4 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
104104[ calva ] : https://github.com/BetterThanTomorrow/calva
105105[ cider-nrepl ] : https://github.com/clojure-emacs/cider-nrepl
106106[ clojure-mode ] : https://github.com/clojure-emacs/clojure-mode
107- [ inf-clojure ] : https://github.com/clojure-emacs/inf-clojure
108107[ which-key ] : https://github.com/justbur/emacs-which-key
You can’t perform that action at this time.
0 commit comments