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

2007-04-27 Thread larry
Author: larry Date: Fri Apr 27 08:46:01 2007 New Revision: 14385 Modified: doc/trunk/design/syn/S05.pod Log: Correction noted by bsb++ Modified: doc/trunk/design/syn/S05.pod == --- doc/trunk/design/syn/S05.pod

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

2007-04-27 Thread John Macdonald
On Fri, Apr 27, 2007 at 08:46:04AM -0700, [EMAIL PROTECTED] wrote: +The matches are guaranteed to be returned in left-to-right order with +respect to the starting positions. The order within each starting +position is not guaranteed and may depend on the nature of both the +pattern and the

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

2007-04-27 Thread Larry Wall
On Fri, Apr 27, 2007 at 03:57:41PM -0400, John Macdonald wrote: : On Fri, Apr 27, 2007 at 08:46:04AM -0700, [EMAIL PROTECTED] wrote: : +The matches are guaranteed to be returned in left-to-right order with : +respect to the starting positions. The order within each starting : +position is not

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

2007-04-27 Thread Luke Palmer
On 4/27/07, Larry Wall [EMAIL PROTECTED] wrote: : Are you sure you want to guarantee left-to-right starting : position order? If there are multiple processors available, and : in a lazy context, it may be preferrable to not guarantee any : order. Then, if one processor that starts at a later