File tree 1 file changed +8
-5
lines changed
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
170
170
171
171
#### REPL Type
172
172
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).
178
181
179
182
What does it mean that a REPL type is supported - well it means that ` inf-clojure `
180
183
would 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