brian d foy is the author and co-authors of the fundamental Perl books: Learning Perl, Intermediate Perl, Mastering Perl, Programming Perl, and Effective Perl Programming. He is a permanent speaker at different Perl events. This interview was recorded for the Pragmatic Perl magazine on 26 May 2013 during the First Polish Perl Workshop in Warsaw.
Category: Programming languages
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.
allperlbooks.com
Announcing the site with the collection of the Perl book covers ever printed on paper. Here is a presentation of my site, allperlbooks.com, which is a collection of the book covers, of all the books that are about the Perl and Perl 6 programming languages. Update: also about the Raku programming language.
The Future Perl Versioning Panel
This is a talk + a discussion that took place on 14 August 2013 as a part of the YAPC::Europe 2013 Perl conference in Kiev.
The Joy of Smartmatch
Here is a presentation explaining the main features of the so-called smartmatch (or smart-match, or smart match if you prefer). This is a feature of the Perl 5 programming language, appeared since its version 5.10.
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.
What’s new in Perl 5.14
An overview of new features appeared in the version 5.14 of the Perl programming language.
Regexes and Grammars in Perl 6
There’s more than one way to empty it
A funny lightning talk about different methods of making an array empty in Perl.
Text in search queries with examples in Perl 6
How to clean an array in Perl
Summary of how Moscow.pm people carry out “@a = ()” action.
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.
Perl 5.10 in 2010
Which features of Perl 5.10 are in use in today’s CPAN modules; how not to make mistakes; and a number of use cases of how to use Perl 5.10 features.
Personal Perl 6 compiler
A semi-joke on how to create your own Perl 6 compiler and run the code in production already today.
Syntaxanalyse von URL mit die Grammatik
A talk about how to use grammars in Perl to analyse the structure of the URL.
Perl 5.10
An overview of the new features available in the version 5.10 of the Perl programming language.