
19 Oct
2010
19 Oct
'10
9:08 p.m.
On 19/10/2010, at 15:22, John Lato wrote:
I think there's a significant difference between vector and text, namely a Vector is conceptually the same as a list/1D array, while a Text is not. I think this difference is enough to warrant a break from the list API.
Are you sure? From its interface Text looks exactly like a list of Chars to me. Roman