goto

skip at pobox.com skip at pobox.com
Mon Jul 18 09:04:53 EDT 2005


    >>> what is the equivalent of C languages' goto  statement in python?

    >> You really shouldn't use goto.
    >> Fortunately you can't.

    Steven> Of course you can :-)

    Steven> You can write your own Python interpreter, in Python, and add a
    Steven> goto to it.

Maybe easier would be to write a Python assembler (there's probably already
one out there) and just write to Python's virtual machine...

Skip



More information about the Python-list mailing list