For review: PEP 308 - If-then-else expression

Skip Montanaro skip at pobox.com
Fri Feb 7 15:37:47 EST 2003


    Roman> I'd agree on syntactic support for decision tables (with due
    Roman> optimization, of course),

Roman, 

Can you describe what form you think a decision table might take in a
programming language?  I am used to thinking of them as two-dimensional
structures (google for "decision tables" and click the first link returned)
which seem fairly hard to represent in a concise, readable purely text form.

Skip





More information about the Python-list mailing list