Daily Shaarli

All links of one day in a single page.

November 18, 2020

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.