Skip to content

Comment on Why knowing English is important for every software developerparent

Comments

When I learned Basic as a kid (8–9 years old I think), I just learned what the reserved words (rem, print, goto, gosub, return, if then else, etc.) did in the context of my programs: 'goto' literally meant "jump to this line" etc.

It was somewhat later that I realized that my 'goto' is actually derived from English words 'go' and 'to'.

So if goes like this:

- 8 yrs old: learn 'while' in the context of Basic

- 10 yrs old: learn 'while' in the context of English classes at school

- 14(?) yrs old: suddenly realize if you remove the space from then English "go to", it becomes the Basic 'goto', and a-ha, maybe that is not a coincidence.

I actually just right now realized what the 'wend' in the while...wend loop is made of (in the English sense). Hah.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.