Re: beg for Bag

2006-11-29 Thread Jonathan Lang
TSa wrote: Jonathan Lang wrote: > Note that this would mean that Seq would also have set operations. I count this as an advantage. So one can write (1,2,3) (|) (2,2,3,4,4) to get a result of (1,2,2,3,4,4). As long as the Seq is a Set, that is it has no duplicates, you get Set behavior through th

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

2006-11-29 Thread Smylers
[EMAIL PROTECTED] writes: > Log: > More entries in smartmatch table. > > +++ doc/trunk/design/syn/S03.pod Wed Nov 29 09:20:50 2006 > +HashHash hash keys identical match if $_.keys === $x.keys > +HashSet members identicalmatch if $_.keys === $x > +S

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

2006-11-29 Thread larry
Author: larry Date: Wed Nov 29 09:20:50 2006 New Revision: 13487 Modified: doc/trunk/design/syn/S01.pod doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S05.pod doc/trunk/design/syn/S06.pod doc/trunk/design/syn/S09.pod

Re: beg for Bag

2006-11-29 Thread TSa
HaloO, Jonathan Lang wrote: Note that this would mean that Seq would also have set operations. I count this as an advantage. So one can write (1,2,3) (|) (2,2,3,4,4) to get a result of (1,2,2,3,4,4). As long as the Seq is a Set, that is it has no duplicates, you get Set behavior through the Ba

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

2006-11-29 Thread larry
Author: larry Date: Wed Nov 29 00:25:32 2006 New Revision: 13486 Modified: doc/trunk/design/syn/S06.pod Log: "you you" noticed by Ruud++. Modified: doc/trunk/design/syn/S06.pod == --- doc/trunk/design/syn/S06.pod

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

2006-11-29 Thread Ruud H.G. van Tol
[EMAIL PROTECTED] wrote: > Distinguished Set and Bag values from KeySet and KeyBag containers. Real nice. Double-you: > +A C is a C of C with default of 0. If you > +you -- Affijn, Ruud