Blocks in Perl 6
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 ...
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 ...
Nothing’s the same anymore -Babylon 5
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...
Remember that time when I thought about that thing, but totally didn’t do it? Me too!
This week’s challenge starts off with something Perl 6 can do exceedingly well: filter values based on fixed criteria. The problem statement: