cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
dnolen 2020-03-27T13:52:18.103700Z

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

🦜 2
dominicm 2020-03-27T14:06:33.104500Z

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

dnolen 2020-03-27T14:35:58.105100Z

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

dnolen 2020-03-27T14:36:13.105600Z

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

dnolen 2020-03-27T14:36:59.106300Z

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

dnolen 2020-03-27T14:37:28.106800Z

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

👍 1