From 41e9f4888ffdd05a308bed3ad68a927308c6c0ef Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 19 Sep 2022 14:00:08 +0300 Subject: [PATCH] [Docs] Expand on the ClojureCLR support --- doc/modules/ROOT/pages/faq.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/modules/ROOT/pages/faq.adoc b/doc/modules/ROOT/pages/faq.adoc index 2a2b78cb..227070a9 100644 --- a/doc/modules/ROOT/pages/faq.adoc +++ b/doc/modules/ROOT/pages/faq.adoc @@ -15,7 +15,13 @@ for ClojureScript. == Does `cider-nrepl` support ClojureCLR? -No, it does not. +No, it does not. There are two reasons for this: + +- The lack of a compatible nREPL implementation for .NET +- The usage of Java APIs in the current implementation of `cider-nrepl` + +Both problems are solvable, but they will require significant amount of work and knowledge +of .NET that the current `cider-nrepl` team does not have. == Are there any other nREPL middleware libraries similar to `cider-nrepl`?