this post was submitted on 11 Feb 2025
940 points (96.8% liked)
Programmer Humor
20499 readers
1340 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Arrays are address offsets.
Not in languages where you don't manually handle memory, such as PHP, SQL, Python... Higher-level languages using 0-indexed arrays are letting the abstraction leak.