PEP-308 a "simplicity-first" alternative

Christian Tismer tismer at tismer.com
Tue Feb 11 19:11:57 EST 2003


ruud de rooij wrote:
> holger krekel <pyth at devel.trillke.net> writes:
> 
> 
>>        x and y else z
> 
> 
> as long as people are proposing alternatives, what about:
> 
>   c then x else y

Please note my copyright on this! :-)

> or with required parentheses:
>   (c then x else y)
> 
> it has the advantage that it doesn't overload existing keywords (like
> the "if" statement or the "and" operator), except for the "else"
> keyword which seems to be heavily used in many places in the language
> anyway.
> 
> to me personally,
>   print "affected %d row%s" % (rows, (rows==1 then "s" else ""))
> doesn't look too bad.
> 
> if this has already been proposed and discarded, my apologies.

Proposed but not discarded, yet.
I'm in favor of any of the two,
anyway. Better than all I saw so far.

(pythonic and small) then vote() else forget() -- chris
-- 
Christian Tismer             :^)   <mailto:tismer at tismer.com>
Mission Impossible 5oftware  :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9a     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 89 09 53 34  home +49 30 802 86 56  pager +49 173 24 18 776
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/







More information about the Python-list mailing list