Hi.
In Java and Python are some data types immutable. For instance a string. In Perl a string is mutable. Why do the designers of a language decide that some are immutable and some not? Is it something about threads and the balanced use of n cpu's or???
Regards
Matt