Fwd: Multi-Dimensional arrays

2009-04-05 Thread Peter Schwenn
-- Forwarded message -- From: Peter Schwenn Date: Apr 4, 2009 3:14 PM Subject: Re: Multi-Dimensional arrays To: Carl Mäsak I've had inconsistent/incorrect results, once having created an array of array of arrays, both while addressing elements in it as @A[l][m][n]=x and

Multi-Dimensional arrays

2009-04-04 Thread Peter Schwenn
Am I right that multi-dimensional arrays do not yet work fully in Rakudo?

Sigils in Classes after initial "has"

2009-02-22 Thread Peter Schwenn
If a class attribute declaration has a . or ! twigil, e.g. has @!items, do all the ensuing references to @items in the class's methods have to include the twigil or can the variable be written thereafter simply @items without the twigil? Thank you, Peter Schwenn

Perl grammar for Perl5 -> Perl6

2005-12-08 Thread Peter Schwenn
er written out in informal (not regex) rules such as $array[idx] -> @array[idx] Is there such a Perl5->Perl6 translator underway? Sincerely, Peter Schwenn www.schwenn.com p.s. I'm not yet up to originating a good one, but believe I could make contributions in extending and check