this post was submitted on 09 Jul 2023
628 points (94.0% liked)

Programmer Humor

36825 readers
29 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 years ago (6 children)

I think it's a convention taken from math notation conventions.

[–] [email protected] 7 points 2 years ago (5 children)

I is short for "index" for a traditional for loop for mapping over an array and looking up by index. J comes after I and is used for nested loops so it doesn't shadow the outer I.

[–] [email protected] 0 points 2 years ago (4 children)

Is it for “index” or “iterator”?

load more comments (3 replies)
load more comments (3 replies)