Fforth
Modern minimal Forth (between eforth and Gforth)
Install / Use
/learn @AntonErtl/FforthREADME
Fforth
Fforth in not yet in a usable state.
Fforth is a minmalist modern Forth implementation. It is a 64-bit native-code Forth system running on AMD64 (porting to other architectures should be easy).
The main goal of Fforth is to demonstrate modern Forth implementation techniques, in particular
-
header structures that directly represent, e.g., compilation semantics
-
recognizers
While these techniques are demonstrated in Gforth, Gforth is complex (due to being featureful and portable), and is a moving target (not so great for basing educational material on it). The idea is that Fforth is for modern Forth what eforth or fig-Forth are for old-fashioned Forth.
So the goals of Fforth are
-
clarity of exposition
-
simplicity (which helps clarity)
Non-goals are:
-
minimal memory use
-
Performance (Fforth uses native code to demonstrate that, not for performance reasons).
Concerning standard conformance, if Fforth implements a word that has the name of a standard word, that word also has the standardized behaviour. But it is not a goal to implement all core words.
Fforth is free software, licensed under GPLv3. Some of its code is based on Gforth.
About the name
The name was chosen because Fforth is intended to be more modern than eforth, and simpler than Gforth (or approximately as simple as eforth and at least as modern as Gforth).
There have been at least two other systems with a conflicting name. Marcel Hendrix called his first system FForth <67916db8-89d5-415f-8b77-d453536ca393n@googlegroups.com>; and David Given has published fforth. You can differentiate Fforth from FForth and fforth by the capitalization (in prose; on case-sensitive file systems directories and executables are called 'fforth').
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
