On Thu, May 05, 2005 at 11:49:36PM +0200, Leopold Toetsch wrote:
> $ ./pugs -BParrot -e 'say "Autrijus should have commit privs"'
> Autrijus should have commit privs
.sub _main
print "So let it be written, so let it be done.\n"
end
.end
--
Chip Salzenberg <[EMAIL PROTECTED]>
Autrijus Tang wrote:
Hey. Leo suggested to me on #parrot to drop a note on p6i,
asking about obtaining the committer to the Parrot tree.
$ ./pugs -BParrot -e 'say "Autrijus should have commit privs"'
Autrijus should have commit privs
leo
Hey. Leo suggested to me on #parrot to drop a note on p6i,
asking about obtaining the committer to the Parrot tree.
As some of you know, Pugs can now evaluate PIR via an embedded
Parrot interpreter:
$ ./pugs -e 'eval_parrot'
42!
as well as compiling Perl 6 to PIR, evaluating it in memor