Y
Hacker News
new
|
ask
|
show
|
jobs
by
Stubb
2025 days ago
A horror show mentally reconciling its one-based indexing with the zero-based indexing you're used to in Python.
The use of a zero is admittedly a relatively new concept, and it may not catch on.
1 comments
abdullahkhalids
2024 days ago
Not only that. Octave/Matlab indexes end at the last point. x = 0:20, ends at 20, not 19.
link