On 06/21/2013 10:07 AM, Jonathan "Duke" Leto wrote:
Howdy,
The future of Parrot and Rakudo Perl 6 are on divergent paths.
I am dedicated to a successful future for Parrot which is independent
of Rakudo Perl 6.
As soon as Rakudo Perl 6 works on MoarVM (the spiritual successor of
the m0 branch i
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 0cca600925867743b3b7c5126335145f89090bb9
https://github.com/perl6/specs/commit/0cca600925867743b3b7c5126335145f89090bb9
Author: Brent Laabs
Date: 2013-06-23 (Sun, 23 Jun 2013)
Changed paths:
M S32-se
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 9b6b82a469ae422d8a9009d25528a14e6e47d3b8
https://github.com/perl6/specs/commit/9b6b82a469ae422d8a9009d25528a14e6e47d3b8
Author: Elizabeth Mattijsen
Date: 2013-06-23 (Sun, 23 Jun 2013)
Changed paths:
Howdy,
The code must flow.
I will not force decisions on anybody, but I intend to continue on my path.
If it is not for you, I implore you to find your own.
Duke
On Sun, Jun 23, 2013 at 8:43 AM, Allison Randal wrote:
> On 06/21/2013 10:07 AM, Jonathan "Duke" Leto wrote:
>>
>> Howdy,
>>
>> The
On 2013.06.23 8:43 AM, Allison Randal wrote:
On 06/21/2013 10:07 AM, Jonathan "Duke" Leto wrote:
Howdy,
The future of Parrot and Rakudo Perl 6 are on divergent paths.
I am dedicated to a successful future for Parrot which is independent
of Rakudo Perl 6.
As soon as Rakudo Perl 6 works on Moar
On 06/24/2013 04:34 PM, Darren Duncan wrote:
So you're saying then that Jonathan's post wasn't an official statement
from the Parrot dev team after the group decided what to do? It
certainly read that way to me.
Jonathan's statement on parrot-dev was the first I heard of it, and as
far as I
# New Ticket Created by Ayiko
# Please include the string: [perl #118607]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=118607 >
use v6;
sub foo() { say 'hi'; };
sub foo($i) { say "hi $i"; };
foo();
Gives as error
==