Chapter 3

Strings

Ascent drops the habits that don’t survive contact with Unicode, like reaching for a character with [0]. Instead, you use named methods that are honest about what a “character” actually is.

You also can’t + two strings together; that would be crazy. In its place is interpolation, which is always on.