20th December 2023 at 11:34

Day 1 extra of LoveByte Tiny Code Christmas 2023 in OCaml - I decided to skip day 10 proper, and try a new approach to the last few days by maintaining my own frame buffer rather than reading back the screen and having to convert it to 4 bit colour myself.

Mostly I learned from this that whilst you can convert and scale the frame buffer in a single statement in OCaml, my brain loses track after three levels of map/fold/etc. :)