File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,17 @@ it for Clojure buffers:
197
197
198
198
## REPL Interaction
199
199
200
- A number of options exist for connecting to a running Clojure process
201
- and evaluating code interactively.
200
+ One of the fundamental aspects of Lisps in general and Clojure in
201
+ particular is the notion of interactive programming - building your
202
+ programs by continuously changing the state of the running Lisp
203
+ program (as opposed to doing something more traditional like making a
204
+ change and re-running the program afterwards to see the changes in
205
+ action). To get the most of clojure-mode you'll have to combine it
206
+ with some tool which will allow you to interact with your Clojure programm
207
+ (a.k.a. process/REPL).
208
+
209
+ A number of options exist for connecting to a
210
+ running Clojure process and evaluating code interactively.
202
211
203
212
### Basic REPL
204
213
You can’t perform that action at this time.
0 commit comments