Is there a programming language that is combination of Python and Basic?

Tim Wintle tim.wintle at teamrubber.com
Sun Apr 19 08:44:46 EDT 2009


On Sun, 2009-04-19 at 06:26 +0000, Steven D'Aprano wrote:
> > (btw, how come nobody has mentioned python bytecode? Most flow
> control is jumps)
> 
> 
> I wrote yesterday:
> 
> "GOTO, after all, is just a jump, and we use jumps in Python all the
> time:
> 
> raise Exception
> break
> continue
> if... elif... else...
> for... else...
> etc."

Ah - apologies 

Tim




More information about the Python-list mailing list