Kinds of containers

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Thu Oct 22 07:07:54 PDT 2015


On 10/22/2015 03:39 AM, Nordlöw wrote:
> On Wednesday, 21 October 2015 at 11:05:12 UTC, Andrei Alexandrescu wrote:
>> Internally, functional containers take advantage of common
>> substructure and immutability to share actual data. The classic
>> resource for defining and implementing functional containers is
>> http://www.amazon.com/Purely-Functional-Structures-Chris-Okasaki/dp/0521663504.
>>
>
> Online at: https://www.cs.cmu.edu/~rwh/theses/okasaki.pdf

That's the doctoral dissertation; I assume the book is more 
approachable. -- Andrei


More information about the Digitalmars-d mailing list