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
;; jank
clojure.core=> (assoc (transient {}) 12)
transient_hash_map@0x10ff4aae0
user=> (assoc (transient {}) 12)
Execution error (ClassCastException) at user/eval1 (REPL:1).
class clojure.lang.PersistentArrayMap$TransientArrayMap cannot be cast to class clojure.lang.Associative (clojure.lang.PersistentArrayMap$TransientArrayMap and clojure.lang.Associative are in unnamed module of loader 'app')
The text was updated successfully, but these errors were encountered:
I think it's just
assoc
anddissoc
.The text was updated successfully, but these errors were encountered: