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

2008-01-24 Thread Matthew Wilson
> BEGIN (right now at compile time) > UNITCHECK (at end of this compilation unit) > CHECK (at end of main compilation) >(compile time finishes) >...time passes... >(run time starts) > INIT > (main starts running) > ENTER (every block entry) > START (f

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

2008-01-22 Thread Larry Wall
On Tue, Jan 22, 2008 at 05:55:35PM -0800, Larry Wall wrote: : http://perlcabal.org/syn/S04.html#Closure_traits Or since that's kind of hard to follow the text, you may prefer to read the original POD without the interpolated test results at: https://svn.perl.org/perl6/doc/trunk/design/syn

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

2008-01-22 Thread Larry Wall
On Tue, Jan 22, 2008 at 07:47:15PM -0500, Mark J. Reed wrote: : Wait. There are two different phases called START and BEGIN? That's : going to be a little confusing Which one comes first? : Are there both END and STOP phases as well? BEGIN/CHECK/INIT/END are just as in Perl 5. For the rest,

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

2008-01-22 Thread Mark J. Reed
Wait. There are two different phases called START and BEGIN? That's going to be a little confusing Which one comes first? Are there both END and STOP phases as well? On 1/22/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: larry > Date: Tue Jan 22 16:29:21 2008 > New Revision: 144

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

2008-01-22 Thread larry
Author: larry Date: Tue Jan 22 16:29:21 2008 New Revision: 14494 Modified: doc/trunk/design/syn/S03.pod Log: More tweaks, typos, clarification that "our" differs from in Perl 5 Modified: doc/trunk/design/syn/S03.pod