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

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] 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] 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