File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 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
99While `clojure-mode` supports editing Clojure source files, `cider-mode` adds support for interacting with a running Clojure process for
1010compilation, debugging, definition and documentation lookup, running tests and so on.
1111
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+
1221.Inspired by SLIME
1322****
1423CIDER was originally inspired by the powerful Common Lisp interactive
@@ -19,15 +28,6 @@ https://www.youtube.com/watch?v=4X-1fJm25Ww&list=PLZdCLR02grLoc322bYirANEso3mmzv
1928if you'd like to know more about CIDER's early history.
2029****
2130
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-
3131Programmers are expected to program in a very dynamic and incremental manner,
3232constantly re-evaluating existing Clojure definitions and adding new ones to
3333their running applications. You never stop/start a Clojure application while
You can’t perform that action at this time.
0 commit comments