Second Perl 6 Microgrant - Phil Crow on Java to Perl 6 declaration converter

2007-04-04 Thread Leon Brocard
We're pleased to announce that we've selected Phil Crow as the recipient of the second Perl 6 microgrant. Phil is the hacker behind the Java::Swing module which allows Perl programmers to put a Java Swing GUI on their application without writing any Java and he'll be using this knowledge to

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

2007-04-04 Thread Jonathan Lang
[EMAIL PROTECTED] wrote: +Arrays may also be defined with a mixture of fixed and autoextending +dimensions: + +my @calendar[12;*;24]; # Month dimension unlimited + + Move this out of the section on fixed-length arrays and into the section on multidimensional arrays; it fits most

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

2007-04-04 Thread larry
Author: larry Date: Wed Apr 4 17:43:14 2007 New Revision: 14369 Modified: doc/trunk/design/syn/S09.pod Log: Reorganization suggested by Jonathan Lang++ Modified: doc/trunk/design/syn/S09.pod == ---