Re: [ANN and RFC] Bifurcan: impure functional data strucures

2017-04-23 Thread Zach Tellman
Are you relying on the immutability of these structures, or are they effectively always transient? On Sun, Apr 23, 2017 at 11:02 AM Dave Dixon wrote: > FWIW, the use-case I have essentially involves Monte Carlo simulations. So > we start with a state (non-empty map), and

Re: [ANN and RFC] Bifurcan: impure functional data strucures

2017-04-23 Thread Dave Dixon
FWIW, the use-case I have essentially involves Monte Carlo simulations. So we start with a state (non-empty map), and then make a series of modifications to it. Various statistics are held in hash-maps keyed by the state, so there's a lot of lookups and modifications in those maps. That said,

Re: clojure.spec explain and multi-arity functions with first optional argument

2017-04-23 Thread Leon Grapenthin
Please try whether my CLJ-2013 patch fixes the issue for you. From my observation it should. On Saturday, April 22, 2017 at 7:31:48 PM UTC+2, Yegor Timoshenko wrote: > > (require '[clojure.spec :as s]) > (require '[clojure.spec.test :refer