Fork me on GitHub
#specter
<
2024-02-14
>
nathanmarz01:02:19

the way you're doing it is fine

nathanmarz01:02:27

I would use volatile! for that

nathanmarz01:02:47

the mutable cell stuff is there because it predates when clojure introduced volatile!

👍 1
nathanmarz01:02:25

you could improve your implementation with inline caching by mimicking how specter does it for other operations