Recent Posts

Blocks in Perl 6

7 minute read

Perl 6 code is structured, scoped and invoked in fundamental units called Block’s (technically, there is an even more fundamental level called Code but that ...

Ackermann Challenge

4 minute read

This week’s first Perl Weekly Challenge is to produce reductions of Ackermann functions. If you’ve never run into the Ackermann function, it’s a mathematical...

Perl Weekly Challenge 014.1

1 minute read

This week’s challenge starts off with something Perl 6 can do exceedingly well: filter values based on fixed criteria. The problem statement: