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

2007-01-08 Thread larry
Author: larry Date: Mon Jan 8 02:35:42 2007 New Revision: 13519 Modified: doc/trunk/design/syn/S03.pod Log: A bunch more "tough love" applied to the smartmatching semantics. Change $x notation to X notation to better reflect metasyntactic nature. Num and Str as patterns now consistently force

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

2007-01-08 Thread larry
Author: larry Date: Mon Jan 8 02:42:50 2007 New Revision: 13520 Modified: doc/trunk/design/syn/S03.pod Log: cut-n-paste flub Modified: doc/trunk/design/syn/S03.pod == --- doc/trunk/design/syn/S03.pod(origina

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

2007-01-08 Thread Darren Duncan
At 2:35 AM -0800 1/8/07, [EMAIL PROTECTED] wrote: +Set Set identical sets $_ === X +Hash Set hash keys same set $_.keys === X +Any Set force set comparisonSet($_) === X +Set Subsetsubset .any === X.all

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

2007-01-08 Thread luqui
Author: luqui Date: Mon Jan 8 05:42:39 2007 New Revision: 13521 Modified: doc/trunk/design/syn/S09.pod Log: "Abjcuntion" and "injunction" were not defined in S09, so I replaced them with the more friendly "one" and "none". Modified: doc/trunk/design/syn/S09.pod =

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

2007-01-08 Thread Luke Palmer
On 1/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: +Set Subsetsubset .any === X.all +Set Superset superset.any === X.all I think these should be reversed. Since function application is commonly read "of", this: Set(2,3) ~~ Subs

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

2007-01-08 Thread TSa
HaloO, Larry Wall wrote: On Sun, Jan 07, 2007 at 11:42:05AM +, Luke Palmer wrote: : >+Hash Set hash keys same set $_.keys === $x : : You can either think of a hash as a set of pairs, or you can just : project to a set of its keys. As long as we're consistent about goin

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

2007-01-08 Thread Larry Wall
On Mon, Jan 08, 2007 at 06:05:10PM +0100, TSa wrote: : HaloO, : : Larry Wall wrote: : >On Sun, Jan 07, 2007 at 11:42:05AM +, Luke Palmer wrote: : >: >+Hash Set hash keys same set $_.keys === $x : >: : >: You can either think of a hash as a set of pairs, or you can just : >

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

2007-01-08 Thread Larry Wall
On Mon, Jan 08, 2007 at 12:54:30PM +, Luke Palmer wrote: : On 1/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: : >+Set Subsetsubset .any === X.all : >+Set Superset superset.any === X.all : : I think these should be reversed. Since

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

2007-01-08 Thread larry
Author: larry Date: Mon Jan 8 12:56:14 2007 New Revision: 13522 Modified: doc/trunk/design/syn/S03.pod Log: eliminated Subset and Superset types. eliminated .exists in favor of .contains renamed LazyCat to just Cat for consistency with method and function variants Modified: doc/trunk/design