PEP 289: universal and existential operators
Jess Austin
austin at smartobject.biz
Thu Nov 6 08:52:54 EST 2003
More information about the Python-list mailing list
Thu Nov 6 08:52:54 EST 2003
- Previous message (by thread): PEP 289: universal and existential operators
- Next message (by thread): PEP 289: universal and existential operators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
roel.mathys at yucom.be (rm) wrote in message news:<9f76ee00.0311051257.45461381 at posting.google.com>... > maybe allfalse() should be included aswell? > > rm allfalse() isn't necessary; it's equivalent to "not any()", "not exists()", "not anytrue()", or whatever depending on what is decided for the existential form. Similarly, anyfalse() is equivalent to "not all()", "not forall()", etc. Actually, that last example sounds terrible, so I'm withdrawing my "forall" suggestion for the universal form. In the interests of orthogonality, I'd advise against the {any, all}false() forms. It seems like the consensus is "all" and "any". This makes sense to me, and I think this will be a great addition to the language. later, Jess
- Previous message (by thread): PEP 289: universal and existential operators
- Next message (by thread): PEP 289: universal and existential operators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list