← Back to context Comment by raincole 3 hours ago For all the reasons, but the 1-based index alone makes me uncomfortable. 1 comment raincole Reply WolfeReader 1 hour ago 1-based indexing is great. It's just _different_ - from C, where the array index is just sugar for pointer arithmetic, and from other languages which borrowed the practice without reasoning.
WolfeReader 1 hour ago 1-based indexing is great. It's just _different_ - from C, where the array index is just sugar for pointer arithmetic, and from other languages which borrowed the practice without reasoning.
1-based indexing is great. It's just _different_ - from C, where the array index is just sugar for pointer arithmetic, and from other languages which borrowed the practice without reasoning.