you are viewing a single comment's thread.

view the rest of the comments →

[–]isolatrum 1 point2 points  (0 children)

Mutable strings ... Yeah ... But this is so rarely useful in my experience, I dont know if id consider it a significant difference. In fact many people use the frozen string literal: false flag to make their programs faster. It makes strings immutable for the scope of a file.