[perl #127631] typing last in the REPL exits the REPL

2016-02-28 Thread via RT
# 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.

[perl6/specs] e441a2: Pass 2 at react/supply blocks, clarify some gramma...

2016-02-28 Thread GitHub
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

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):

[perl #127629] Supply.Channel gets ".quit" instead of ".fail"ed when original Supply is quit

2016-02-28 Thread Brian S. Julin
# 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

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