Articles


Enhanced Simple Parsing for Scala

  • Thursday, 1 February 2024
  • 5 minute read

I developed a new String interpolator for Advent of Code to help with parsing - it turns out that I didn't need anything else for solving all this years problems.

How to write a website generator in Scala, Part 1

  • Monday, 1 August 2022
  • 4 minute read

I decided to write my own website generator to build my personal website. My goal was to use Markdown to drive the content, and use Scala to make templating the HTML easier. Read on for how you can do it yourself.