It seems to me that the recent debate on immutable strings is misplaced. It seems related to the fact that:
- strings are not duplicated for efficiency reasons.
- since strings are mutable, it creates more aliasing than what we would care to have.

It seems to me that the recent debate on immutable strings is misplaced. It seems related to the fact that: