The thing is that so far, Perl has survived on extremely simple variable types: SCALAR: singular generic values ARRAY: ordered lists of SCALARs HASH: unordered association of SCALARs Sure, you have special-purpose accessors like the "%" operator or s/// or pop or exists or even vec, but you still have nothing but the raw base types. I don't understand why you would really want to introduce some other fundamental type that were not really just some tied or otherwise user-defined type. There are many many elaborated/constructed/synthesized data types in the CPAN repository, some of which do set operation. I could more readily envision a plea to bring some of those into the main distribution than to change the internals to support something quirky. --tom
- Re: Please take RFC 179 discuss... Gael Pegliasco
- Re: RFC 179 (v1) More functions... Piers Cawley
- Re: RFC 179 (v1) More functions... Gael Pegliasco
- Re: RFC 179 (v1) More functions... John Porter
- Re: RFC 179 (v1) More functions from set theory to manipu... David L. Nicol
- Re: RFC 179 (v1) More functions from set theory to manipu... Eric Roode
- Re: RFC 179 (v1) More functions from set theory to m... Gael Pegliasco
- Re: RFC 179 (v1) More functions from set theory to manipu... Eric Roode
- Re: RFC 179 (v1) More functions from set theory to m... John Porter
- Re: RFC 179 (v1) More functions from set theory ... Tom Christiansen
- Re: RFC 179 (v1) More functions from set theory to manipu... Eric Roode
- Re: RFC 179 (v1) More functions from set theory to m... Tom Christiansen
- Re: RFC 179 (v1) More functions from set theory ... Chaim Frenkel
- Re: RFC 179 (v1) More functions from set the... Tom Christiansen
- Re: RFC 179 (v1) More functions from set... Chaim Frenkel
- Re: RFC 179 (v1) More functions fro... Tom Christiansen
- Re: RFC 179 (v1) More functions fro... Tom Christiansen
- Re: RFC 179 (v1) More functions... Chaim Frenkel
- Re: RFC 179 (v1) More functions from set theory to m... Ariel Scolnicov
- Re: RFC 179 (v1) More functions from set theory ... Chaim Frenkel