(define sixhat (λ (dave) (display 'ideas)))

2024 Advent Of Code in Perl

The title says it all. I've never programmed in Perl. I hacked some existing scripts, but never tried this oldie. But as it is a great language for text processing, it was time to start learning it. Maybe it will come handy some time in the future.

My repo is at https://github.com/sixhat/adventofcode.com/tree/main/2024/

Notes on using Perl for AoC

(or... things I'm learning along the way)