|
|
|
|
|
by viktorcode
1957 days ago
|
|
0-based indexing is an artefact of pointer math. Modern languages don't treat arrays as a pointers to their first element. So, it is still with us only because almost no language designer decided to challenge existing convention. |
|
I also think it’s blurry as to whether mathematicians and programmers see indexing numbers as merely indices or richer numbers.