File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ We'll discuss those checks further in the upcoming sections.
107107
108108== Limitations
109109
110- CIDER currently doesn't support self-hosted ClojureScript implementations (e.g. Lumo) .
110+ CIDER currently doesn't support self-hosted ClojureScript implementations.
111111The reason for this is that there's no self-hosted version of nREPL (implemented in ClojureScript)
112112available today.
113113
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
7777* Integration with Java logging frameworks
7878* Profiling & tracing
7979* ClojureScript support
80- * Support for xref:platforms/overview.adoc[alternative Clojure platforms] (e.g. ClojureCLR, babashka, nbb & lumo )
80+ * Support for xref:platforms/overview.adoc[alternative Clojure platforms] (e.g. ClojureCLR, babashka and nbb )
8181
8282And many many more... The rest of this manual will be exploring CIDER's features in great detail.
8383
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ Right now CIDER the supports to some extent the following:
2828* xref:platforms/babashka.adoc[Babashka]
2929* xref:platforms/nbb.adoc[nbb]
3030* xref:platforms/clojureclr.adoc[ClojureCLR]
31- * Lumo (via https://github.com/djblue/nrepl-cljs)
3231* xref:platforms/other_platforms.adoc[scittle, joyride & friends]
3332* xref:platforms/basilisp.adoc[Basilisp]
3433
You can’t perform that action at this time.
0 commit comments