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
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
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
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
Let's say I have an object represented by a series of nested maps:
{:a {:b 1} :c {:d 2}}
and now I'm going to be making a whole slew of edits to the submaps.
To do this efficiently, I need to make all the levels of the map
transients, because any update to the inner map also updates the outer ma