866
More confusion for recruiters
(sh.itjust.works)
Post funny things about programming here! (Or just rant about your favourite programming language.)
What if every variable would have to use a pointer that points to a reference of the data in a central array. In normal languages you'd need a variable to store said array, but what if it too has to reference itself in itself, so we get some funky recursion.