File tree 3 files changed +2
-3
lines changed 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.
107
107
108
108
== Limitations
109
109
110
- CIDER currently doesn't support self-hosted ClojureScript implementations (e.g. Lumo) .
110
+ CIDER currently doesn't support self-hosted ClojureScript implementations.
111
111
The reason for this is that there's no self-hosted version of nREPL (implemented in ClojureScript)
112
112
available today.
113
113
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):
77
77
* Integration with Java logging frameworks
78
78
* Profiling & tracing
79
79
* 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 )
81
81
82
82
And many many more... The rest of this manual will be exploring CIDER's features in great detail.
83
83
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ Right now CIDER the supports to some extent the following:
28
28
* xref:platforms/babashka.adoc[Babashka]
29
29
* xref:platforms/nbb.adoc[nbb]
30
30
* xref:platforms/clojureclr.adoc[ClojureCLR]
31
- * Lumo (via https://github.com/djblue/nrepl-cljs)
32
31
* xref:platforms/other_platforms.adoc[scittle, joyride & friends]
33
32
* xref:platforms/basilisp.adoc[Basilisp]
34
33
You can’t perform that action at this time.
0 commit comments