Fork me on GitHub
#cljs-dev
<
2020-03-27
>
dnolen13:03:18

just handling goog.module at compile time for REPLs seems to work fine - I did some ground work for transpiling (lowering) GCL files to :language-out under :none so hopefully that re-opens the door to running REPLs again in more JS environments not just modern ones

parrot 8
dominicm14:03:33

It would be cool not to lose support for existing repl types.

dnolen14:03:58

@dominicm I still think it's time to throw in the towel on the other REPL types

dnolen14:03:13

hardly anybody works on it and my energy is better spent elsewhere

dnolen14:03:59

and the above allows anyone to steup and provide an OSS solution since we're solving the harder problems

dnolen14:03:28

@gfredericks update - it appears we can punt the goog.math.Long problem a while longer

👍 4