konfab
Honorary Master
This is old, and should probably be in off-topic. But nevertheless, I present a GOTO module for Python
So how many of you want to obfuscate your beautifully written pythonic code?
http://entrian.com/goto/Adds the 'goto' and 'comefrom' keywords to Python.
The 'goto' and 'comefrom' keywords add flexibility to Python's control flow mechanisms, and allow Python programmers to use many common control flow idioms that were previously denied to them. Some examples are given below.
So how many of you want to obfuscate your beautifully written pythonic code?