anonymous multidim values (was Re: [svn:perl6-synopsis] r14359 - doc/trunk/design/syn)

2007-03-29 Thread Darren Duncan
At 7:28 PM -0700 3/28/07, [EMAIL PROTECTED] wrote: =head1 Multidimensional arrays +Perl 6 arrays are not restricted to being one-dimensional (that's simply +the default). To declare a multidimensional array, you specify it with a +semicolon-separated list of dimension lengths: + +my int @in

Re: [svn:perl6-synopsis] r14359 - doc/trunk/design/syn

2007-03-29 Thread TSa
HaloO, [EMAIL PROTECTED] wrote: +Similarly, within a C<.{}> indexing operation you can use C<*[$idx]> +to convert from standard indices to user-defined: + +@lengths{ *[2] .. Oct } # Same as: @lengths{ Jan .. Oct } Isn't that same as @length{Mar..Oct}? --

[svn:perl6-synopsis] r14363 - doc/trunk/design/syn

2007-03-29 Thread larry
Author: larry Date: Thu Mar 29 07:11:09 2007 New Revision: 14363 Modified: doc/trunk/design/syn/S09.pod Log: missing blank line supplied by dduncan++ Modified: doc/trunk/design/syn/S09.pod == --- doc/trunk/design/syn

Re: [svn:perl6-synopsis] r14362 - doc/trunk/design/syn

2007-03-29 Thread Dr.Ruud
[EMAIL PROTECTED] schreef: > -Attempting to access an index outside a array's defined range will > fail: > +Attempting to access an index outside an array's defined range > will fail: Idea for Perl6 test code: detecting (simple) typos in documentation. -- Affijn, Ruud "Gewoon is een tijger."

[svn:perl6-synopsis] r14364 - doc/trunk/design/syn

2007-03-29 Thread larry
Author: larry Date: Thu Mar 29 12:06:16 2007 New Revision: 14364 Modified: doc/trunk/design/syn/S09.pod Log: error spotted by TSa++ Modified: doc/trunk/design/syn/S09.pod == --- doc/trunk/design/syn/S09.pod(o

[svn:perl6-synopsis] r14365 - doc/trunk/design/syn

2007-03-29 Thread larry
Author: larry Date: Thu Mar 29 12:32:03 2007 New Revision: 14365 Modified: doc/trunk/design/syn/S04.pod Log: missing words spotted by shamu++ Modified: doc/trunk/design/syn/S04.pod == --- doc/trunk/design/syn/S04.pod

Re: [svn:perl6-synopsis] r14360 - doc/trunk/design/syn

2007-03-29 Thread Thom Boyer
[EMAIL PROTECTED] wrote: Modified: doc/trunk/design/syn/S09.pod == ... -my @calendar[12;*;24]; # "Month" dimension unlimited +my @calendar[12;*;24]; # day-of-month dimension unlimited/ragged There's

[svn:perl6-synopsis] r14366 - doc/trunk/design/syn

2007-03-29 Thread larry
Author: larry Date: Thu Mar 29 16:14:45 2007 New Revision: 14366 Modified: doc/trunk/design/syn/S09.pod Log: clarifications suggested by thom++ Modified: doc/trunk/design/syn/S09.pod == --- doc/trunk/design/syn/S09.p

Re: anonymous multidim values (was Re: [svn:perl6-synopsis] r14359 - doc/trunk/design/syn)

2007-03-29 Thread Larry Wall
On Thu, Mar 29, 2007 at 01:21:27AM -0700, Darren Duncan wrote: : At 7:28 PM -0700 3/28/07, [EMAIL PROTECTED] wrote: : > =head1 Multidimensional arrays : > : >+Perl 6 arrays are not restricted to being one-dimensional (that's simply : >+the default). To declare a multidimensional array, you specify

Re: relational language extension (was Re: request new Mapping|Hash operators)

2007-03-29 Thread John Beppu
Good luck w/ your studies. Viable alternatives to SQL are always welcome. ;-) On 3/23/07, Darren Duncan <[EMAIL PROTECTED]> wrote: At 7:15 PM -0700 3/23/07, John Beppu wrote: >You might find Dee interesting: > >http://www.quicksort.co.uk/ This Dee project in Python is a worthy thing to study