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

2007-03-12 Thread Larry Wall
On Mon, Mar 12, 2007 at 10:20:12PM +, Smylers wrote: : [EMAIL PROTECTED] writes: : : > Separated clobbering <== ==> from pushy <<== and ==>> : > : > +Feeding into the C<*> "whatever" term sets the source for the next sink. : > +To append multiple sources to the next sink, double the angle: :

Re: Some questions about miltislices and other things

2007-03-12 Thread Larry Wall
On Fri, Mar 02, 2007 at 01:33:50PM -0500, Ryan Richter wrote: : As a little Perl 6 exercise I translated the Perl 5 Markov chain / : dissociated-press script from _The Practice of Programming_: : : http://cm.bell-labs.com/cm/cs/tpop/markov.pl : : Here's my Perl 6 attempt, with support for differe

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

2007-03-12 Thread larry
Author: larry Date: Mon Mar 12 16:10:26 2007 New Revision: 14343 Modified: doc/trunk/design/syn/S06.pod Log: Added the KitchenSink role. Fiddle the feed operators to work better with files and such. Modified: doc/trunk/design/syn/S06.pod ==

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

2007-03-12 Thread Smylers
[EMAIL PROTECTED] writes: > Separated clobbering <== ==> from pushy <<== and ==>> > > +Feeding into the C<*> "whatever" term sets the source for the next sink. > +To append multiple sources to the next sink, double the angle: > + > +0..* ==> *; > +'a'..* ==>> *; > +pidigits

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

2007-03-12 Thread audreyt
Author: audreyt Date: Mon Mar 12 14:20:51 2007 New Revision: 14342 Modified: doc/trunk/design/syn/S03.pod Log: * S06: Clarify that simple parenless form of declarators must support list-context assignment. Modified: doc/trunk/design/syn/S03.pod ==

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

2007-03-12 Thread larry
Author: larry Date: Mon Mar 12 14:02:52 2007 New Revision: 14341 Modified: doc/trunk/design/syn/S06.pod Log: Typos Modified: doc/trunk/design/syn/S06.pod == --- doc/trunk/design/syn/S06.pod(original) +++ doc/

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

2007-03-12 Thread audreyt
Author: audreyt Date: Mon Mar 12 14:02:33 2007 New Revision: 14340 Modified: doc/trunk/design/syn/S02.pod Log: * S02: typo spotted by rhr++ Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/design/syn/S02.pod

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

2007-03-12 Thread larry
Author: larry Date: Mon Mar 12 13:30:46 2007 New Revision: 14339 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S06.pod Log: Various clarifications suggested by TheDamian++ Explicit pipe target is now @(*) or @@(*)

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

2007-03-12 Thread audreyt
Author: audreyt Date: Mon Mar 12 04:00:33 2007 New Revision: 14338 Modified: doc/trunk/design/syn/S06.pod Log: * formatting code consistency suggested by Daniel Hulme. Modified: doc/trunk/design/syn/S06.pod == --- doc