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:
:
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
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
==
[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
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
==
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/
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
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 @@(*)
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