What would the perfect programming language look like?

ramases

Ars Tribunus Angusticlavius
7,569
Subscriptor++
That the kind of thing that run away to north pole, killing many in its journey.

Many years ago my professor in the "Intro to Compilers" course was one of the authors of the GNU Forth compiler. A couple of his grad students were absolute bonkers in Unreal Tournament. I have some painful memories of getting completely pasted in Assault, and by their statements he was even more of a madman in it.

Did you, by chance, refer to this type of thing? :eng101:🤣
 

benwiggy

Ars Scholae Palatinae
899
So when the IF on line 1860 evaluates to true, everything from THEN to end of line is executed. So you need that GOTO to skip over line 1870 that handles the ELSE situation.
I grew up with BBC BASIC, which had IF, THEN and ELSE; as well as named functions and 'procedures'. It entirely avoided the use of GOSUB and GOTO <line number>. It also had REPEAT .. UNTIL. Later version had WHILE.