Perl 6 Tutorial

Perl 6 Tutorial

Par Jonathan Worthington (‎jnthn‎)
Date : samedi 31 mai 2008 10h30
Durée : 120 minutes
Cible : Débutant
Langue : 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