Re: The function of clojure.contrib.accumulators

2009-04-30 Thread samppi
Okay; thanks for the answer! I understand now. On Apr 29, 11:52 pm, Konrad Hinsen wrote: > On 29.04.2009, at 21:44, samppi wrote: > > > Could someone give me a simple example of when > > clojure.contrib.accumulators is useful? Its use seems to involve > > collections (and numbers) that have the

Re: The function of clojure.contrib.accumulators

2009-04-29 Thread Konrad Hinsen
On 29.04.2009, at 21:44, samppi wrote: > Could someone give me a simple example of when > clojure.contrib.accumulators is useful? Its use seems to involve > collections (and numbers) that have the :clojure.contrib.accumulators/ > accumulator type, and it has some general multimethods for adding a

The function of clojure.contrib.accumulators

2009-04-29 Thread samppi
Could someone give me a simple example of when clojure.contrib.accumulators is useful? Its use seems to involve collections (and numbers) that have the :clojure.contrib.accumulators/ accumulator type, and it has some general multimethods for adding and combining, but what does it add that conj and