On Fri, Jun 11, 2010 at 1:21 AM, Andrew Francis <[email protected]> wrote: > I feel that even with ifs/hash tables, code using a select() has better > structure and gives more flexibility than its Go equivalent.
How so? >>An area for further experimentation might be to take a look at the >>"goto" addition to Python and see if you can add a custom syntax that >>might bring this to a more natural level in Python. > > I have to disagree there. No "gotos" :-) Just to be clear, I mean in terms of adding custom syntax rather than using some goto mechanism. However, I do not drink the "goto considered harmful" kool-aid and say yes "gotos" in any case :-) Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
