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
adamrenklint 2021-03-17T16:51:13.001200Z

@mauricio.szabo Tried it again, but no luck. Might try to fork Chlorine and run it locally tonight, see if I can catch the point where this fails.

mauricio.szabo 2021-03-17T21:52:40.002300Z

@adamrenklint I'm also trying to add some debugging on my side. I'm thinking about printing things on the console when the REPL is trying to upgrade to ClojureScript.

mauricio.szabo 2021-03-17T21:54:23.003700Z

It's hard because when you convert the REPL from Clojure to ClojureScript, you essentially "block" the Clojure REPL, so there's little to no feedback on errors, etc...