Perl 6 Tutorial
Perl 6 Tutorial
By Jonathan Worthington (jnthn)
Date: Saturday, 31 May 2008 10:30
Duration: 120 minutes
Target audience: Beginner
Language: English
Tags: 6 perl
This talk will take you from the very start in Perl 6, assuming no prior language of Perl 6 itself (although some Perl 5 knowledge will certainly make it a lot easier to follow). In it I will cover:
* Variables
* Conditionals and loops
* Subroutines
* Parameter passing
* Classes
* Methods
* Attributes
* Inheritance
* Roles and composition
* A tiny bit on types, including subset ones
* Pattern matching
* Grammars