File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ https://github.com/clojure-emacs/clojure-mode[clojure-mode] and https://github.c
9
9
While `clojure-mode` supports editing Clojure source files, `cider-mode` adds support for interacting with a running Clojure process for
10
10
compilation, debugging, definition and documentation lookup, running tests and so on.
11
11
12
+ *Please consider
13
+ xref:contributing/funding.adoc[supporting financially CIDER's ongoing development].*
14
+
15
+ == Overview
16
+
17
+ CIDER aims to provide an interactive development experience similar to the one
18
+ you'd get when programming in Emacs Lisp, Common Lisp (with https://github.com/slime/slime[SLIME]),
19
+ Scheme (with https://github.com/jaor/geiser[Geiser]) and Smalltalk.
20
+
12
21
.Inspired by SLIME
13
22
****
14
23
CIDER was originally inspired by the powerful Common Lisp interactive
@@ -19,15 +28,6 @@ https://www.youtube.com/watch?v=4X-1fJm25Ww&list=PLZdCLR02grLoc322bYirANEso3mmzv
19
28
if you'd like to know more about CIDER's early history.
20
29
****
21
30
22
- *Please consider
23
- xref:contributing/funding.adoc[supporting financially CIDER's ongoing development].*
24
-
25
- == Overview
26
-
27
- CIDER aims to provide an interactive development experience similar to the one
28
- you'd get when programming in Emacs Lisp, Common Lisp (with https://github.com/slime/slime[SLIME] or https://github.com/joaotavora/sly[Sly]),
29
- Scheme (with https://github.com/jaor/geiser[Geiser]) and Smalltalk.
30
-
31
31
Programmers are expected to program in a very dynamic and incremental manner,
32
32
constantly re-evaluating existing Clojure definitions and adding new ones to
33
33
their running applications. You never stop/start a Clojure application while
You can’t perform that action at this time.
0 commit comments