summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-05-15 10:47:32 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-05-15 10:47:32 +0300
commit5cc147e684cb0d0435b772f13831f5a383b5bb45 (patch)
treec8f6dae13b28db8bf5f76c7a38814f7a0e6334ef
parented51096336a3f92fd84ad3266b56fa55a6251d4a (diff)
Remove a few references to SLIME from the documentation
These don't serve purpose much several years after the migration to CIDER.
-rw-r--r--README.md5
-rw-r--r--doc/index.md11
2 files changed, 4 insertions, 12 deletions
diff --git a/README.md b/README.md
index 227c61ce..7c42d4cd 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,6 @@ features are centered around `cider-mode`, an Emacs minor-mode that complements
compilation, debugging, definition and documentation lookup, running tests and
so on.
-CIDER is the successor to the now deprecated combination of using [SLIME][] +
-[swank-clojure][] for Clojure development.
-
**Please consider [supporting financially its ongoing development](#funding).**
## Quickstart
@@ -251,8 +248,6 @@ Distributed under the GNU General Public License, version 3
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
[nREPL]:https://github.com/cemerick/nREPL
-[SLIME]: https://github.com/slime/slime
-[swank-clojure]: https://github.com/technomancy/swank-clojure
[Sly]: https://github.com/capitaomorte/sly
[Geiser]: https://github.com/jaor/geiser
[clojure-mode]: https://github.com/clojure-emacs/clojure-mode
diff --git a/doc/index.md b/doc/index.md
index fa125ae2..cd3c0b1d 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -12,8 +12,8 @@ features are centered around `cider-mode`, an Emacs minor-mode that complements
compilation, debugging, definition and documentation lookup, running tests and
so on.
-CIDER is the successor to the now deprecated combination of using [SLIME][] +
-[swank-clojure][] for Clojure development.
+CIDER was originally inspired by the powerful Common Lisp interactive
+development environment [SLIME][].
**Please consider
[supporting financially its ongoing development](about/contributing.md#funding).**
@@ -32,10 +32,8 @@ using CIDER - you're constantly interacting with it and changing it.
You can find more details about the typical CIDER workflow in the
[Interactive Programming](interactive_programming.md) section. While we're a bit
short on video tutorials, you can check out this
-[tutorial about SLIME](https://www.youtube.com/watch?v=_B_4vhsmRRI) to get a
-feel about what do we mean by an "Interactive Development Environment". There
-are plenty of differences between CIDER and SLIME, but the core ideas are pretty
-much the same (and SLIME served as the principle inspiration for CIDER).
+[into to CIDER](https://www.youtube.com/watch?v=aYA4AAjLfT0) to get a
+feel about what do we mean by an "Interactive Development Environment".
CIDER's built on top of [nREPL][], the Clojure networked REPL server.
@@ -85,7 +83,6 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
[nREPL]: https://github.com/clojure/tools.nrepl
[SLIME]: https://github.com/slime/slime
-[swank-clojure]: https://github.com/technomancy/swank-clojure
[Sly]: https://github.com/capitaomorte/sly
[Geiser]: https://github.com/jaor/geiser
[company-mode]: http://company-mode.github.io/