We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6946446 commit 41e9f48Copy full SHA for 41e9f48
doc/modules/ROOT/pages/faq.adoc
@@ -15,7 +15,13 @@ for ClojureScript.
15
16
== Does `cider-nrepl` support ClojureCLR?
17
18
-No, it does not.
+No, it does not. There are two reasons for this:
19
+
20
+- The lack of a compatible nREPL implementation for .NET
21
+- The usage of Java APIs in the current implementation of `cider-nrepl`
22
23
+Both problems are solvable, but they will require significant amount of work and knowledge
24
+of .NET that the current `cider-nrepl` team does not have.
25
26
== Are there any other nREPL middleware libraries similar to `cider-nrepl`?
27
0 commit comments