Perl Weekly Challenge 98
This week’s solutions explore some more obscure parts of the Raku ecosystem, namely state variables and adverbs.
This week’s solutions explore some more obscure parts of the Raku ecosystem, namely state variables and adverbs.
My solution to challenge two builds on last week’s challenge two, so I encourage you to go read last week’s post if you haven’t already!
I admittedly took a shortcut for part two this week, but it allowed me to introduce modules here (I don’t believe I have used them before in a blog), so I th...
Two pretty simple challenges this week! I tried ot focus on strongly typed subroutines and methods to shake things up.
The second challenge was a lot like last weeks second challenge, so I went a step further and implemented multiple tree traversals. I won’t include the tests...