←back to thread

210 points todsacerdoti | 1 comments | | HN request time: 0.201s | source
Show context
seabass ◴[] No.44506423[source]
I love this sort of cs history. I’m also curious—why do we “throw” an error or “raise” an exception? Why did the for loop use “for” instead of, say, “loop”?
replies(7): >>44506448 #>>44506467 #>>44506568 #>>44506657 #>>44506785 #>>44506943 #>>44507014 #
1. gmueckl ◴[] No.44506943[source]
"For" for loop statements fits with math jargon: "for every integer i in the set [1:20], ..."