Monthly Shaarli

All links of one month in a single page.

November, 2020

<Now Go Bang!> BASIC (Re)Numbering - with Commodore
thumbnail

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

How to Play Commodore 64 Games Online for Free
thumbnail

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.

ZZT in Go (using a Pascal-to-Go converter)

Ben Hoyt on [semi-]automatically converting a Pascal game to Go.

GoAWK, an AWK interpreter written in 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.