in reply to Re: RFC: (DRAFT Tutorial) A Gentle Introduction to Perl 6
in thread RFC: (DRAFT Tutorial) A Gentle Introduction to Perl 6
First, the purpose of this tutorial is to show how to translate a real Perl 5 program with typical, often-used statements and code idioms into the equivalent Perl 6 form, and it is not intended to show the advantages of Perl 6. Second, the greater length of the Perl 6 program is due to the extra subroutine required because of a currently non-existent module in the Perl 6 system. Third, I believe the example program's utility, although simplistic, does provide a useful template for many real-world problems.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RFC: (DRAFT Tutorial) A Gentle Introduction to Perl 6
by BrowserUk (Patriarch) on Aug 06, 2015 at 03:22 UTC | |
by u65 (Chaplain) on Aug 06, 2015 at 11:20 UTC | |
by BrowserUk (Patriarch) on Aug 06, 2015 at 12:37 UTC | |
by jeffa (Bishop) on Aug 06, 2015 at 18:15 UTC | |
by BrowserUk (Patriarch) on Aug 06, 2015 at 18:32 UTC | |
by u65 (Chaplain) on Aug 06, 2015 at 21:25 UTC |