The postForth project

One project I've been working on is making a small, easily ported Forth kernel with deferred binding like postscript, to allow for top-down design outside of the assembly-language core. My two major design goals for the core were: 400 lines of source, or less, for the x86 version; and 1K or less compiled size. This was accomplished in June of 1997; I want to get a nontrivial application written, and the kernel and app ported to LynxOS, VMS, and maybe RSX before release.

Revision History