cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
borkdude 2019-11-29T12:30:30.467200Z

why is the value inside cljs.core/Var a function and not directly the value?

borkdude 2019-11-29T12:35:59.467700Z

phrased differently: what could go wrong if it wasn't a function, but the unwrapped value?

thheller 2019-11-29T12:42:36.468100Z

some of it is related to lazy-loading. the value may not exist "yet"

thheller 2019-11-29T12:43:03.468400Z

but IMHO it is somewhat broken anyways and shouldn't be used