You must log in or register to comment.
In languages where there’s no difference between string and char and where strings are sequences of string, they are endlessly recursively defined.
What language is that? That does not conform to duck typing.
In Python, strings are sequences of single length strings, which themselves are sequences of strings.
We have to go deeper!
typed python is a mess