Hello Web! with Purée Perl 6

Let's build a website. Websites are easy to build. There are dozens of frameworks out there to use, perl has Mojo and Catalyst as its major frameworks and »

Adding on to Channels and Supplies in Perl6

Channels and supplies are perl6's way of implementing the Oberserver pattern. There's some significant differences behind the scenes of the two but both can be used »

Slightly less basic Perl6 module management

This is meant to answer some of the reoccurring questions I've seen in #perl6 about module management. Solutions use the Perl6 package manager called Zef [https://github.com/ »

Perl6 Distribution thoughts and proposals (s22)

Currently Distribution[1] is just a glorified key/value store. After years of digesting s22[2] I'm comfortable pushing for its adaption. A common complaint is that its »

Yet Another Perl6 HTTP Client

I've had a few bits of Perl6 code in production for some basic tasks for awhile, but with rakudo growing increasingly stable I decided to give it a »