cljs-dev

quoll 2023-11-28T20:03:22.897229Z

I know it’s not going away, but the deprecation has been bothering me for a while. I was looking at some of my code that uses some goog code yesterday and it got me thinking… could it be useful to reimplement the code that ClojureScript uses within the ClojureScript sources? They could even be ported to ClojureScript instead of using JavaScript. (sort of like the Clojure-in-Clojure project)

Adam Kalisz 2024-01-16T22:47:45.880949Z

Yes, that would be a useful project. Most of the things could be written much better. More readable code, better standards compliance, in some places perhaps performance as well.