Skip to content

Commit cb2646e

Browse files
committed
[Docs] Move the SLIME section to a better location
1 parent 72c4704 commit cb2646e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/modules/ROOT/pages/index.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ https://github.com/clojure-emacs/clojure-mode[clojure-mode] and https://github.c
99
While `clojure-mode` supports editing Clojure source files, `cider-mode` adds support for interacting with a running Clojure process for
1010
compilation, 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
****
1423
CIDER was originally inspired by the powerful Common Lisp interactive
@@ -19,15 +28,6 @@ https://www.youtube.com/watch?v=4X-1fJm25Ww&list=PLZdCLR02grLoc322bYirANEso3mmzv
1928
if 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-
3131
Programmers are expected to program in a very dynamic and incremental manner,
3232
constantly re-evaluating existing Clojure definitions and adding new ones to
3333
their running applications. You never stop/start a Clojure application while

0 commit comments

Comments
 (0)