Josiah> That would be terribly nifty, but it begs the question:
Josiah> If we do this for strings (an immutable sequence type), do we do
Josiah> this for tuples (another immutable sequence type)?
No. Concatenating tuples occurs rarely. Concatenating strings occurs all
the time.
Skip