- Introduction to Thoughtful Programming and the Forth Philosophy (2002)
- Charles Moore: From Forth to Stack Processors and Beyond (2013) (HN)
- Collapse OS — Why Forth? (2020) (Lobsters)
- fortraith - Forth implemented in Rust trait system. (HN)
- Network forth (Lobsters)
- CFM - Forth-inspired processor targeting the Lattice ICE40 FPGA series, primarily targeting the Icoboard.
- StoneKnifeForth - Tiny self-hosted Forth implementation.
- My history with Forth & stack machines (2010)
- J1 Forth CPU (HN)
- zForth - Tiny, embeddable, flexible, compact Forth scripting language for embedded systems. (HN)
- Modern C64 Forth
- Easy Forth - Learn forth with REPL in the browser. (HN)
- Simple Forth
- 16-bit SUBLEQ eForth - Contains a working Forth interpreter that runs on top of a SUBLEQ 16-bit machine.
- Forth SoC Written in VHDL (HN)
- Squad: Forth on Chip-8
- MiniForth - Minimal Forth Interpreter.
- Starting Forth - Introduction to the Forth Programming Language. (HN)
- Lisp in Forth (HN)
- The Evolution of Forth (HN)
- Tails - Fast C++ Forth Core.
- Fitting a Forth in 512 Bytes (2021) (HN)
- No branches? No problem — a Forth assembler (2021)
- Building a tiny FORTH for an Arduino UNO in one week (2021) (Code)