Fork me on GitHub
#chlorine-clover
<
2021-03-17
>
adamrenklint16:03:13

@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.szabo21:03:40

@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.szabo21:03:23

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...