Technical Review of SRFI 135
Motivation:
- Scheme strings are mutable (mostly).
- Immutable strings have significant advantages.
- Especially for Unicode.
- Changing Scheme to make strings immutable would break code.
- But we can introduce a new data type of immutable texts.