In message <mailman.2071.1281719688.1673.python-l...@python.org>, Thomas 
Jollans wrote:

> "Where it all started" is that 0-based indexing gives languages like C a
> very nice property: a[i] and *(a+i) are equivalent in C. From a language
> design viewpoint, I think that's quite a strong argument.

It would be if pointers and arrays were the same thing in C. Only they’re 
not, quite. Which somewhat defeats the point of trying to make them look the 
same, don’t you think?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to