Steven D'Aprano <st...@pearwood.info>: > That's why optimizers like PyPy generally produce code like this: > > if some guard condition is true: > run fast optimized branch > else: > fall back on standard Python
There you go! You are using Python-esque syntax to communicate a CS idea. Marko -- https://mail.python.org/mailman/listinfo/python-list