A Forth-inspired language for writing websites
TL;DR AI
2 min readKey summary
Forge is a new Forth-inspired, stack-based language and toolchain for building websites from .forge files.
It compiles to HTML with WebAssembly, serves rendered pages to crawlers, and exposes source for direct access.
A service worker lets the browser build pages during navigation, enabling client-side rendering from the same source.
The demo also includes interactive features like a like button backed by an append-only log.



