On Jan 2, 2008 2:54 AM, Ovid <[EMAIL PROTECTED]> wrote:
> --- Aaron Trevena <[EMAIL PROTECTED]> wrote:
>
> > running the example at
> > http://svn.pugscode.org/pugs/examples/algorithms/hanoi.pl
> >
> > parrot ~/downloads/parrot-0.5.1/languages/perl6/perl6.pbc hanoi.pl
> >
> > I get..
> >
> > Null PMC access in isa()
> > current instr.: 'parrot;Perl6Object;make_proto' pc 55
> > (src/gen_builtins.pir:76)
> > called from Sub 'parrot;Bool;onload' pc 378
> > (src/gen_builtins.pir:308)
> > called from Sub 'parrot;Perl6::Compiler;main' pc -1 ((unknown
> > file):-1)
> >
> > Am I doing something wrong?
>
> This line?
>
>   my $ndisks := @*ARGS[0] // 3;
>
> I was rather under the impression that perl6 does not yet implement
> @*ARGS.  Unfortunately, I not only cannot recall where I read that, I
> don't know where to look to verify that.
>
> Cheers,
> Ovid
>
@*ARGS and infix:// have been implemented in perl6 thanks to patrick,
so hanoi.pl works with the svn head in parrot repo.
~jerry

Reply via email to