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