This one seems like a big deal, given how often I find myself using regexes in clojure. Is it on its way and is there a workaround currently?
(def pat (RegExp. "Some(.+)"))
https://github.com/clojure/clojurescript/commit/a201e9d8dec8...
Ack no transients either! I know it's early but not gonna lie that one makes me sad. I love being able to write stupid fast list/map builder functions that bash inline but then return something nice and immutable.