Fork me on GitHub
#cljs-dev
<
2019-11-29
>
borkdude12:11:30

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

borkdude12:11:59

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

thheller12:11:36

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

thheller12:11:03

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