branch: elpa/inf-clojure
commit ca96cfc28e952c774009a87e92f817b8431ab950
Author: Andrea Richiardi <a.richiardi.w...@gmail.com>
Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>

    Add README note about ClojureScript REPL support
    
    Citing cljs-tooling for enabling support.
---
 README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index f528b1c..1bdeccf 100644
--- a/README.md
+++ b/README.md
@@ -170,11 +170,14 @@ You can see all the configuration options available using 
the command
 
 #### REPL Type
 
-An `inf-clojure` REPL can be of different types: Clojure,
-ClojureScript, Lumo and Planck are all potentially valid options.  At
-the moment, the default Clojure REPL, the Lumo REPL (though partially,
-see https://github.com/clojure-emacs/inf-clojure/pull/44), and the
-Planck REPL are supported.
+An `inf-clojure` REPL can be of different types: Clojure, ClojureScript, Lumo
+and Planck are all potentially valid options.
+
+ At the moment, the default Clojure REPL, the Lumo REPL and the Planck REPL are
+supported (standard ClojureScript is lacking mostly because some features
+require to access the compiler state,
+[cljs-tooling](https://github.com/clojure-emacs/cljs-tooling) is a good
+candidate for enabling support).
 
 What does it mean that a REPL type is supported - well it means that 
`inf-clojure`
 would use the proper code internally to power commands like definition lookup 
and friends.

Reply via email to