A Worst Interpreter
You are reading an interpreter for The Worst Programming Language.
It’s written in Typed Racket, but any language will work if you’d like to follow along. As you read on, you will encounter documentation and source code for the core procedures, built-in library functions, and command-line interface of a working Worst interpreter, in roughly that order. A single source file holds this text, the interpreter itself, and a handful of tests.
Reading this interpreter should hopefully give you a good understanding of how it works, and currently serves as the best source of documentation for Worst. If you’d rather just run it and have a poke around, check it out.
This is a work in progress; in particular, it could do with more tests. If there’s anything missing, or you see any other problems, please feel free to file an issue!