FORTH - Better than BASIC?

Let’s look at FORTH, the obscure stack based programming language that nobody seems to use. Or do they? After getting an Agon Light Z80 computer and discovering it can do things other than run BBC BASIC I went looking at other programs to run on it. I came across Agon-Forth and that got me thinking. What’s the point of FORTH, why’s it barely used and is it really as awkward and strange as it appears? In this video I set off to find out for myself what FORTH was like. This is not a history video or a programming video, this is a video of an experienced programmer trying to figure this bizarre language out. It uses both stacks and reverse polish notation and requires the programmer to keep track of the state of the stack as they’re programming. Not unlike how assembly programmers need to keep track of the registers. I discovered it is indeed much quicker than BASIC, but that it’s so awkward to use I can see why it didn’t catch on and why computers such as the
Back to Top