# New Ticket Created by Rob Hoelz
# Please include the string: [perl #127631]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127631 >
I would expect a "last without loop construct" error instead.
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: e441a27c70bba7f4d531c2c7a713ac15f1ae1298
https://github.com/perl6/specs/commit/e441a27c70bba7f4d531c2c7a713ac15f1ae1298
Author: skids
Date: 2016-02-26 (Fri, 26 Feb 2016)
Changed paths:
M S17-concurre
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):
# New Ticket Created by "Brian S. Julin"
# Please include the string: [perl #127629]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127629 >
$ perl6 -e 'my $r = Supplier.new; my $s = $r.Supply; my $c = $s.Channel; start
{ for
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