Hello! I'm Sam. On this blog I mostly write about software.
If you enjoy anything you read, or have questions for me, send me a quick email! Even something short and sweet means a lot.
-
My homemade CSV editor 2022-07-25Overview of a homemade multi-cursor CSV editor I built with Skia+python.
-
Spreading Christmas Cheer! 2021-12-25A silly Christmas game I made for my sister!
-
Building an interpreter in Go: Parser 2020-04-28Visualizing the Lox recursive descent parser
-
Building an interpreter in Go: Scanner 2020-04-20I build a scanner for the Lox language in Go, and call it through WebAssembly