I would like to have a counter in memory. A variable that at any time I can add or subtract and when I want I access the current value of it.
How to do this in Clojure?
I would like to have a counter in memory. A variable that at any time I can add or subtract and when I want I access the current value of it.
How to do this in Clojure?