A Forth-inspired language for writing websites
Summary
A blog post describing Forge, a Forth-inspired stack-based language for building websites. It covers the idea, example code, a simple project structure, and a hybrid rendering approach (server-side via a WebAssembly compiler and client-side via a service worker), illustrating a novel approach to web development with a tiny language.