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

Not only that. Octave/Matlab indexes end at the last point. x = 0:20, ends at 20, not 19.