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
Edward Ciafardini 2021-04-22T20:42:23.114Z

Hello! I'm having an issue running planck on a localhost port & evaluating blocks in Atom.  I use planck -n 777 to start the REPL, then "Connect To Socket REPL" in Atom- I get a success message initially, but when I try to evaluate a block, I get an error.  Any ideas? (uploaded images follow the timeline of actions)

mauricio.szabo 2021-04-22T20:44:00.116Z

Hi, you're probably trying to evaluate ClojureScript inside a Clojure file. You can either change your filename to have a .cljs extension, or you can go into the config and change Should we evaluate Clojure or ClojureScript to cljs options

🙏 1
mauricio.szabo 2021-04-22T20:44:14.116400Z

This will make everything ClojureScript by default @esciafardini

Edward Ciafardini 2021-04-22T21:50:20.116600Z

Thank you, this worked