Day 3 – Helping the Elves Sort Their Mail

Lately, I’ve been a bit obsessed with Dave Thomas’s CodeKata series, and especially solving these problems in Raku. In this post, I want to talk about different ways of writing Raku and how to measure performance. We’ll focus on part 2 of Kata 11: Sorting It Out. Approach #1: Let’s Use a Regex! Raku, being a descendant of Perl,Continue reading “Day 3 – Helping the Elves Sort Their Mail”