TIL: FORTH Compilers, Mario Speedrun Exploits, and Visitor Pattern
TIL 2020-09-14 A Minimal FORTH Compiler for Linux / i386 Systems - Learn how stack-based languages work by studying this minimal FORTH implementation. Bootstrapping a FORTH in 40 Lines of Lua Code - Elegant demonstration of implementing a FORTH interpreter in Lua. Naomi Ceder’s Blog - Python community leader and former PSF chair’s insights on programming and community. SNES Code Injection: Flappy Bird in Super Mario World - Fascinating demonstration of injecting code into running SNES games. ...