Retro is a modern, pragmatic Forth drawing influence from many sources. It clean, elegant, tiny, easy to grasp, and adaptable to many tasks.
It's not a traditional Forth. Drawing influence from colorForth, it uses prefixes to guide the compiler. From Joy and Factor, it uses quotations (anonymous, nestable functions) and combinators (functions that operate on functions) for much of the stack and flow control. It also adds vocabularies for working with strings, arrays, and other data types. Source files are written in Unu, allowing for simple, literate sources.
The source and documentation are distributed under the ISC license.
RetroForth 2023.3 (source, documentation, and examples)
Updated from the development snapshots.
retro.c (amalgamation, for BSD, Linux, macOS, Haiku, and Windows)
Fossil: http://fossils.retroforth.org:8000/nga
git: https://git.sr.ht/~crc_/retroforth
#retro on irc.libera.chat
#retro:libera.chat (Matrix)
If you are interested in a related, but smaller system, take a look at Konilo.