Re: Perl 6 memoization: factorial in rosettacode.org

2016-02-28 Thread Lloyd Fournier
You can put 'constant fact is export = ' On Sun, 28 Feb 2016 at 3:57 AM, Shlomi Fish wrote: > Hi Tom, > > On Sat, 27 Feb 2016 05:52:45 -0600 > Tom Browder wrote: > > > On rosettacode.org there is an example of memoization for calculating > > factorials in Perl 6 (contributed by Larry Wall):

Re: 'split': differences between Perl5 and Perl6

2016-02-28 Thread Parrot Raiser
http://doc.perl6.org/language/5to6-nutshell is worth checking; there's a table of regex/pattern translations there. On 2/27/16, James E Keenan wrote: > On 02/27/2016 08:38 PM, Brandon Allbery wrote: > >> >> >> [...] is what used to be (?:...), and <[...]> is what used to be [...]. >> Regexes have