Is it possible to connect chlorine to a repl created via the clj
CLI tool? For example, if I have a REPL started via:
clj --main cljs.main --compile app --repl
I don’t think I can connect chlorine to the above, but is it possible to start the above as a socket repl and then connect chlorine?Yup, that does it!
Just thought i would ask before I dig into the code 😉
Yes, it is possible. There are examples on the project's README.
In fact, I don't think any tool starts a socket repl by default, only nRepl :)
Sorry, I meant I a ClojureScript repl…should have clarified