Skip to content

Commit 41e9f48

Browse files
committed
[Docs] Expand on the ClojureCLR support
1 parent 6946446 commit 41e9f48

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/modules/ROOT/pages/faq.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ for ClojureScript.
1515

1616
== Does `cider-nrepl` support ClojureCLR?
1717

18-
No, it does not.
18+
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.
1925

2026
== Are there any other nREPL middleware libraries similar to `cider-nrepl`?
2127

0 commit comments

Comments
 (0)