thoughts on immutability in D

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Thu Sep 22 07:10:32 PDT 2011


On 9/22/11 3:02 AM, Peter Alexander wrote:
> On 22/09/11 7:04 AM, Andrei Alexandrescu wrote:
>> The initial submission got junked so I resubmitted:
>>
>> http://www.reddit.com/r/programming/comments/knn5p/thoughts_on_immutability_in_d/
>>
>>
>> Andrei
>
> Thanks for the reddit'ing. I launched up google analytics this morning
> and noticed a sudden spike. That could only mean one thing :-)
>
> Out of interest, does anyone have any criticism of my post, esp. if
> there's any technical inaccuracies (or just disagreement?)

You could have specified that e.g. mutable state can be implemented 
safely with the help of a global hash table.

Andrei


More information about the Digitalmars-d mailing list