Interactive Bootstraps → “Going FORTH”

This section was inspired by jonesforth, an excellent tutorial on writing a FORTH interpreter in x86 assebly.

Here we will create our own FORTH interpreter. The FORTH language is an unusual one, more powerful than it appears at first, but extremely minimalist.

Open Reviews (4)

  1. Introduction to stack machines 0

  2. Requiring your immediate attention 0

  3. Go with the control-flow 0

  4. When the stacks are odd, make them even 0