Why did Matz choose to make Strings mutable in Ruby?
- by Seth Tisue
It's the reverse of this question: http://stackoverflow.com/questions/93091/why-cant-strings-be-mutable-in-java-and-net
Was this choice made in Ruby only for efficiency, or was there some other reason?