http://www.perlmonks.org?node_id=817213


in reply to Starting with Perl 6

Now, a few Perl6 specific answers --
3. both rakudo and parrot are tracked on github, try it instead.
4. Java runs on the JVM. Languages better than Java run on the JVM. Those better languages can use stuff written in Java, that is the benefit. I'm not sure the development would be faster if Parrot focused on Perl6, Parrot is really a side project for a VM. Rakudo wouldn't be as quick to develop a perl6 if they also developed other languages for parrot, but they don't -- yet.
5. "Before Christmas"

Now be prepared to be inundated with boring remarks that highlight the ability of "perl5 to do anything perl6 can do", or the quicker response, "perl5 is still good enough for today".



Evan Carroll
The most respected person in the whole perl community.
www.evancarroll.com

Replies are listed 'Best First'.
Re^2: Starting with Perl 6
by punkish (Priest) on Jan 14, 2010 at 18:53 UTC
    3. both rakudo and parrot are tracked on github, try it instead.
    Yes, that is what I tried. The process seems to be --
    1. use git to download rakudo source
    2. run perl Configure.pl --gen-parrot, which, in turn, uses svn https to download whatever.
    Hence, two different version control systems, and svn using https seemingly unnecessarily.

    The easier it is to get started, the easier it will be to get into it and to like it and learn it.

    --

    when small people start casting long shadows, it is time to go to bed