You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(let [x {}] ;; now x is potentially shared (barring better analysis of let body)
;; so we are not allowed to mutate it, falling back to object spread
(assoc x :a 1))
With multiple passes we can make this work: