22 Jun 21

The set of words available after Miniforth boots is quite bare-bones. One reader even claimed that, since there’s no branches, it is not Turing-complete, and therefore not worthy of being called a Forth! Today is the day we prove them wrong.

by eli 4 years ago

03 May 21

24 Apr 21

Modern Forth language systems store code in files. Older systems used 1024-character blocks of Forth code and a block editor for creating and editing code.

by eli 4 years ago

05 Mar 21

Could you write an assembler with a smooth, backward-compatible path from raw binary (or, say, hexadecimal or octal) code up to a reasonable macro-assembler programming environment? Could it be smaller than existing assemblers? Maybe, but it’s much easier to make a wrong turn and fall into the Turing tarpit.

by eli 4 years ago