Monthly Shaarli
November, 2020

A JavaScript program to renumber Commodore BASIC programs (including jump targets)

You can play any of the Commodore 64 games in the Internet Archive directly in your browser using their Vice-based emulator! The only annoying thing is that you have to configure a joystick in port 1 for most games before you start playing.
Ben Hoyt on [semi-]automatically converting a Pascal game to Go.
Ben Hoyt's great write up of an AWK interpreter he wrote in Go, including an overview of the lexer, parser, interpreter, unit tests, and profiling for performance improvements.