631
why not a,b or x,y?
(lemm.ee)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I think it's a convention taken from math notation conventions.
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.
Is it for “index” or “iterator”?
yes