-
-
Notifications
You must be signed in to change notification settings - Fork 19
Store multifn in atom instead var #29
Copy link
Copy link
Open
Labels
clojurescript supportIssues that we have to tackle in order to get ClojureScript support working.Issues that we have to tackle in order to get ClojureScript support working.help wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
clojurescript supportIssues that we have to tackle in order to get ClojureScript support working.Issues that we have to tackle in order to get ClojureScript support working.help wantedExtra attention is neededExtra attention is needed
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