|
|
|
|
|
by mjw1007
3212 days ago
|
|
I think the devil is in the details of that opaque 'position' type. With integers you can do things like concatenate two strings and adjust the indexes referring to the second string by adding the length of the first one. If you invent a new position type you have to add support for several things like this. In any case I think the Python people were right to carry on using integers. |
|