Store multifn in atom instead var #29
Labels
clojurescript support
Issues that we have to tackle in order to get ClojureScript support working.
help wanted
Extra attention is needed
Milestone
ClojureScript has a stripped-down implementation of vars and does not have the
alter-var-root!
function.How to store multifn in atom like clojurescript does?
https://github.com/clojure/clojurescript/blob/master/src/main/clojure/cljs/core.cljc#L2768
Or maybe just use mutable field?
For clojurescript support #20
The text was updated successfully, but these errors were encountered: