Fork me on GitHub
#specter
<
2019-03-04
>
idiomancy02:03:42

any libraries out there for navigating core.async channels with specter?

akond12:03:53

does specter handle refs the way it handles atoms?

akond12:03:16

i mean how do i change a ref?

akond12:03:46

(dosync
    (alter storage #(setval [...] (merge-with + field offset) %)))
does the job, but maybe there is a nicer way to do this?

nathanmarz22:03:48

@akond there's no built-in navigator for refs

nathanmarz22:03:51

you'd have to make your own