File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -170,11 +170,14 @@ You can see all the configuration options available using the command
170170
171171#### REPL Type
172172
173- An ` inf-clojure ` REPL can be of different types: Clojure,
174- ClojureScript, Lumo and Planck are all potentially valid options. At
175- the moment, the default Clojure REPL, the Lumo REPL (though partially,
176- see https://github.com/clojure-emacs/inf-clojure/pull/44 ), and the
177- Planck REPL are supported.
173+ An ` inf-clojure ` REPL can be of different types: Clojure, ClojureScript, Lumo
174+ and Planck are all potentially valid options.
175+
176+ At the moment, the default Clojure REPL, the Lumo REPL and the Planck REPL are
177+ supported (standard ClojureScript is lacking mostly because some features
178+ require to access the compiler state,
179+ [ cljs-tooling] ( https://github.com/clojure-emacs/cljs-tooling ) is a good
180+ candidate for enabling support).
178181
179182What does it mean that a REPL type is supported - well it means that ` inf-clojure `
180183would use the proper code internally to power commands like definition lookup and friends.
You can’t perform that action at this time.
0 commit comments