This evening, I’ll work on the virtual memory for my FORTH implementation. It’s going to be a bit weird since I’m not using true memory or even bytes to store stuff, but it should work. At some point maybe I’ll convert it to being byte-oriented.

#forth #programming