This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-29
Channels
- # adventofcode (1)
- # announcements (2)
- # beginners (163)
- # biff (3)
- # calva (19)
- # cider (56)
- # cljs-dev (5)
- # clojure (43)
- # clojure-belgium (2)
- # clojure-europe (47)
- # clojure-norway (32)
- # clojure-uk (2)
- # clojurescript (24)
- # datomic (5)
- # events (1)
- # fulcro (2)
- # hoplon (11)
- # hyperfiddle (12)
- # jobs (1)
- # lsp (15)
- # malli (7)
- # music (1)
- # polylith (2)
- # re-frame (7)
- # reagent (7)
- # shadow-cljs (25)
- # specter (9)
- # squint (16)
- # xtdb (5)
@quoll it’s probably not something to really prioritize, one problem is that anything that cljs.core
requires people might use directly.
I’m suggesting this as something that cljs.core
could use, instead of the goog
libs.
(And yes… whatever cljs.core
uses is absolutely fair game for me. That’s actually why I started using the goog
libs in the first place) 😊
right just pointing out that you can’t elide the requires. Otherwise I don’t see a serious problem with it other than it will probably make cljs.core
a little bit bigger advanced compiled.