[Python-Dev] switch-based programming in Python

Greg Ewing greg@cosc.canterbury.ac.nz
Fri, 09 Nov 2001 15:17:53 +1300 (NZDT)


"Martin v. Loewis" <martin@v.loewis.de>:

> switch x:
>   if 'foo':
>     ...
>   elif 'bar':
>     ...

I don't like that, because the 'if' has a different meaning
from usual because of being inside a construct that is perhaps
some distance away visually.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+