That the kind of thing that run away to north pole, killing many in its journey.Speaking of potential perfect languages, I recently came upon Forsp, a hybrid between Forth and Lisp. If that's not perfection, what else could be?
That the kind of thing that run away to north pole, killing many in its journey.Speaking of potential perfect languages, I recently came upon Forsp, a hybrid between Forth and Lisp. If that's not perfection, what else could be?
That the kind of thing that run away to north pole, killing many in its journey.
Running Forth from cassette tape on my C64 definitely made me think the language was/is interpreted.Many years ago my professor in the "Intro to Compilers" course was one of the authors of the GNU Forth compiler.
Running Forth from cassette tape on my C64 definitely made me think the language was/is interpreted.
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.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.