Skip to content

Commit ca96cfc

Browse files
arichiardibbatsov
authored andcommitted
Add README note about ClojureScript REPL support
Citing cljs-tooling for enabling support.
1 parent 5c8f590 commit ca96cfc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff 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

179182
What does it mean that a REPL type is supported - well it means that `inf-clojure`
180183
would use the proper code internally to power commands like definition lookup and friends.

0 commit comments

Comments
 (0)