Re: Deep transients

2016-06-02 Thread Gal Dolber
Nice book! I've been looking for something like that, thanks for sharing! On Thu, Jun 2, 2016 at 10:24 PM Colin Fleming wrote: > BTW if you're interested in Specter, Brian Marick has an interesting book > which aims to teach Specter by implementing it: > https://leanpub.com/specter. I bought it

Re: Deep transients

2016-06-02 Thread Colin Fleming
BTW if you're interested in Specter, Brian Marick has an interesting book which aims to teach Specter by implementing it: https://leanpub.com/specter. I bought it but haven't had time to work through it yet, but from an initial skimming it looks very nice. On 3 June 2016 at 16:11, Mark Engelberg

Re: Deep transients

2016-06-02 Thread Mark Engelberg
That's an interesting idea. Maybe there's a way to build a set of Specter navigators that operate on transients, and then use its corresponding eqiuvalences for assoc-in, update-in, etc. On Thu, Jun 2, 2016 at 9:01 PM, Colin Fleming wrote: > Have you looked at Specter? I actually don't know if

Re: Deep transients

2016-06-02 Thread Colin Fleming
Have you looked at Specter? I actually don't know if it uses transients under the hood or not, or if you can make it do so, but it seems like a good fit for the data manipulation problem, at least. On 3 June 2016 at 14:43, Mark Engelberg wrote: > Let's say I have an object represented by a serie