A brief historical overview of how Perl 6 was used to make web sites in the past, and how you can use it today to run the Plack/PSGI-based site. The presentation was given in Cluj-Napoca in 2015 at the 9th edition of the Cluj.PM group.
Tag: perl 6
Perl 6 for Concurrency and Parallel Computing
Here are the slides of the talk ‘Perl 6 for Concurrency and Parallel Computing’, which gives an overview of the features available in Perl 6 out of the box for parallel computation and concurrency.
The story of Perl 7
The story of the big public discussion happened in the beginning of 2013 about the future naming of the Perl programming language.
Regexes and Grammars in Perl 6
Text in search queries with examples in Perl 6
Perl 6 by example
This presentation goes through existing Perl 6 programs to see how its early adopters use the language today, before Perl 6 is completed.
Personal Perl 6 compiler
A semi-joke on how to create your own Perl 6 compiler and run the code in production already today.