Re: [ANN] Clojure 1.9.0-beta2

2017-10-07 Thread Sophia Gold
Thanks, Alex! I particularly appreciate the work on CLJ-700 as it's been a problem for me for some time. I see on Jira you mentioned it breaking several co

Re: Faster diffing for large-ish nested data structures

2017-04-28 Thread Sophia Gold
I actually asked Nathan about a somewhat similar problem recently and he told me that making Specter support operations on multiple data structures would require a significant overhaul. Cases like this do seem quite common to me, though, so if there's a critical mass of interest I'd be willing t

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

2017-04-28 Thread Sophia Gold
I'm a bit late to this, but it caught my eye. The only common use case I have for mutating data structures in Clojure is when storing state in a global map (similar to Om.Next), but I almost always make them atomic to account for nondeterminism in the order operations on them will finish. Woul