chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
athomasoriginal 2020-03-28T15:03:01.013800Z

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?

athomasoriginal 2020-03-29T16:15:43.015600Z

Yup, that does it!

athomasoriginal 2020-03-28T15:05:27.013900Z

Just thought i would ask before I dig into the code 😉

mauricio.szabo 2020-03-28T16:29:08.014100Z

Yes, it is possible. There are examples on the project's README.

mauricio.szabo 2020-03-28T16:29:40.014300Z

In fact, I don't think any tool starts a socket repl by default, only nRepl :)

athomasoriginal 2020-03-28T23:39:39.014500Z

Sorry, I meant I a ClojureScript repl…should have clarified