Recent posts

Perl Weekly Challenge 112

6 minute read

Task 1 allowed for some functional programming using some cool built-ins in Raku. Task 2 built on some code I wrote for Challenge 94.

Perl Weekly Challenge 112

6 minute read

A little string manipulation and recursion today. My solution to task 2 is almost the same as my solution to Advent of Code 2020: Day 10 (part 2)!

Perl Weekly Challenge 111

5 minute read

I was apparently the champion of the Perl Weekly Challenge for last month, which is pretty cool! I encourage folks to go read my interview with Mohammad Anwa...

Perl Weekly Challenge 110

3 minute read

A couple IO-related challenges this week with nice functional solutions. 🙂

Perl Weekly Challenge 109

5 minute read

Two fun tasks this week that were both able to be solved in a functional manner 🎉