Aside from the case of reads and writes of reference types in the context of concurrency, what's so good about immutability?
Name:
Anonymous2014-03-15 4:04
>>1
As >>2-san noted, concurrency is good enough a reason. However the direct consequence of immutability is that it enables referential transparency and memoization.