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 over engineered … »
At the 2017 Perl Toolchain Summit (PTS) a lot of stuff got done. This is a brief demonstration style summary of the resulting CPAN-related feature enhancements to zef. First I … »
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 other languages … »
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 to implement a jQuery. … »
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 Q) Install a module to … »
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 over engineered … »