File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 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:
197197
198198## REPL Interaction
199199
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.
202211
203212### Basic REPL
204213
You can’t perform that action at this time.
0 commit comments