Wort is a simple concatenative programming language that compiles to JavaScript. Version 0.1.8 is the latest stable release. The project appears to be in early development with infrequent updates. It provides a command-line tool to transpile .wort files into Node.js modules. Unlike other concatenative languages like Forth, Wort targets JavaScript runtime, making it accessible for web development. Its key differentiator is its minimalistic syntax and ease of integration with JavaScript via transpilation.
npm install wortNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage: install wort, create a simple program, transpile, and run with node.
Use npx wort instead of global install.
Use explicit .js extension or rename.
Test thoroughly when targeting browsers.
Install globally: npm install -g wort, or use npx wort.
Check wort syntax: statements end with semicolon, definitions use colon.