develooper Front page | perl.perl6.language | Postings from August 2005

Re: Unable to run perl 6 test under Parrot 0.2.x

Thread Previous
From:
Autrijus Tang
Date:
August 5, 2005 23:31
Subject:
Re: Unable to run perl 6 test under Parrot 0.2.x
Message ID:
20050806063156.GA61745@aut.dyndns.org
On Sat, Aug 06, 2005 at 01:51:17AM +0400, Andrew Shitov wrote:
> > Parrot 0.2.3 "Serenity" Released!
> 
> Possibly I'm growling again but I cannot run any Perl 6 programme with
> new Parrots.
> 
> One-liner test.p6 containing 'print "perl 6";' is compiled to test.imc and cause an error:

The README in that directory states:

    Status
    ======
    This prototype of the perl6 compiler was abandoned in June 2004. Current
    work on the compiler may be found in the development of the Pugs
    prototype (www.pugscode.org) and in the Parrot grammar engine (PGE) in
    the Parrot repository at compilers/pge. You can track the development of
    both on the perl6-compiler mailing list (perl6-compiler@perl.org).

Pugs, however, does work:

    $ ./pugs -e 'say "perl 6"'
    perl 6
    $ ./pugs -B PIR -e 'say "perl 6 (via parrot)"'
    perl 6 (via parrot)
    $ perl perl5/PIL2JS/runjs.pl -e 'say "perl 6 (via javascript)"'
    perl 6 (via javascript)

Thanks,
/Autrijus/


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About