planck

Planck ClojureScript REPL
pyrmont 2019-03-18T03:00:33.014200Z

@mfikes Thanks for the patch. I was able to get Planck to finish a fast compilation with all namespaces except for goog.demo. I'm having more difficulty getting a full compilation to complete because the latest GCL uses ECMAScript 6 features and planck-cljs/script/bundle currently has switches specifying the language in and out as ECMAScript 3. I'm trying compilation with setting those to ECMAScript 6 and seeing how that goes. Not sure if that will work with JavaScriptCore 3 or not (I don't understand the limitations of it well enough).

👍 1