A Forth-inspired language for writing websites The article describes Forge, a stack-based programming language inspired by Forth, designed specifically for writing websites. It compiles to HTML on both the server and client side, enabling server-side rendering for crawlers and client-side rendering for a single-page application experience. The language supports features like persistent state through localStorage and an append-only server log, allowing for interactive elements such as like buttons. A Forth-inspired language for writing websites I don't remember where the idea came from, but I decided that it would be cool if I could write websites using a stack-based language. Something like this: : h1 s -- "