[Python-ideas] Yet Another Switch-Case Syntax Proposal

Skip Montanaro skip at pobox.com
Fri Apr 18 17:26:57 CEST 2014


I should also mention that the use of a jump table depends on the use
of case labels which can be evaluated at compile time. This might make
it challenging (or impossible) for this scheme to be implemented in
Python.

Skip


More information about the Python-ideas mailing list