Skip to main content

Questions tagged [forth]

For questions about FORTH (sometimes written Forth), an early programming language with a syntax resembling Reverse Polish Notation.

7 votes
1 answer
697 views

I'm new to Z80 assembler and am porting a Forth interpreter from a J1 stack machine to a Z80 based board. The Z80 port uses SP for the data stack, and IX for the return stack. The port uses a normal ...
Look Alterno's user avatar
21 votes
2 answers
1k views

In Thinking Forth (also here), Leo Brodie writes: LaFarr Stuart...didn't like the input buffer, so he implemented Forth without it, and discovered that he didn't really need an input buffer. How is ...
cjs's user avatar
  • 29.5k
4 votes
2 answers
667 views

I've been following Ben Eater's series of videos about designing a small computer from discrete logic gates, I'm curious if there is a similar tutorial/book/reference for building a stack computer. I ...
Fuzzy_Bunnys's user avatar
21 votes
5 answers
4k views

What were the earliest Forth programming language implementations for 8-bit personal computers? Was it FIG Forth? Or a predecessor? Or some other development? Why did Forth lose its relative ...
hotpaw2's user avatar
  • 8,507