Skip to content

Commit d7a5200

Browse files
committed
[Docs] Tweak a bit the docs about alternative platforms
1 parent b377c43 commit d7a5200

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/modules/ROOT/pages/basics/installation.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ You'll also need a recent version of either the Clojure CLI tools or your
2020
favorite build tool (Leiningen, Boot, or Gradle) to be able to start CIDER via
2121
`cider-jack-in`. Generally it's a good idea to use the latest stable versions.
2222

23-
WARNING: CIDER does not support ClojureCLR.
24-
2523
== Installation via package.el
2624

2725
CIDER is available on all major `package.el` community

doc/modules/ROOT/pages/caveats.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ from your Emacs config.
6060

6161
== ClojureCLR Support
6262

63-
CIDER currently doesn't support ClojureCLR. The reasons for this are the following:
63+
CIDER currently has very basic support ClojureCLR (via Arcadia's nREPL server). The reasons for this are the following:
6464

6565
* nREPL itself runs only on the JVM (because it leverages Java APIs
6666
internally). There's an

doc/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
7474
* `clojure.spec` integration
7575
* Interactive debugger
7676
* ClojureScript support
77+
* Support for xref:platforms/overview.adoc[alternative Clojure platforms](e.g. ClojureCLR, babashka, nbb & lumo)
7778

7879
And many many more... The rest of this manual will be exploring CIDER's features in great detail.
7980

doc/modules/ROOT/pages/platforms/overview.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ eventually with more generic versions that dispatch on the type of the nREPL con
2525

2626
Right now CIDER the supports to some extent the following:
2727

28-
* Babashka
28+
* xref:platforms/babashka.adoc[Babashka]
29+
* xref:platforms/nbb.adoc[nbb]
2930
* ClojureCLR (via Arcadia's nREPL server)
3031
* Lumo (via https://github.com/djblue/nrepl-cljs)
31-
* Nbb
32+
* xref:platforms/other_platforms.adoc[scittle, joyride & friends]
3233

3334
All of them are derived from Clojure, so supporting them didn't really require much work.
3435

0 commit comments

Comments
 (0)