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
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
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
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
=
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
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
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
: >
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
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