specter

Latest version: 1.1.3
idiomancy 2019-03-04T02:11:42.002Z

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

akond 2019-03-04T12:35:53.002700Z

does specter handle refs the way it handles atoms?

akond 2019-03-04T12:36:16.003Z

i mean how do i change a ref?

akond 2019-03-04T12:55:46.003800Z

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

nathanmarz 2019-03-04T22:49:48.004200Z

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

nathanmarz 2019-03-04T22:49:51.004400Z

you'd have to make your own