File tree 2 files changed +5
-4
lines changed
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.
30
30
31
31
## What's the relationship between CIDER and inf-clojure?
32
32
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
34
34
` comint ` Emacs package - you're basically running an external REPL process
35
35
inside of Emacs (there's no network connectivity involved). The advantage of
36
36
this 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
155
155
* File bug reports and suggestions for improvements
156
156
* Promote CIDER via blog posts or at meetups and conferences
157
157
* 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:
51
51
52
52
Clojure code gets executed by an nREPL server. CIDER sends requests to the
53
53
server 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
55
55
interactive development environment like CIDER.
56
56
57
57
58
58
!!! Note
59
59
60
- Much of the middleware we originally
60
+ Much of the nREPL middleware we originally
61
61
developed for CIDER is editor-agnostic and is being used by other Clojure
62
62
development environments as well (e.g. [vim-fireplace][] & [calva][]).
63
63
@@ -104,5 +104,4 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
104
104
[ calva ] : https://github.com/BetterThanTomorrow/calva
105
105
[ cider-nrepl ] : https://github.com/clojure-emacs/cider-nrepl
106
106
[ clojure-mode ] : https://github.com/clojure-emacs/clojure-mode
107
- [ inf-clojure ] : https://github.com/clojure-emacs/inf-clojure
108
107
[ which-key ] : https://github.com/justbur/emacs-which-key
You can’t perform that action at this time.
0 commit comments