Hi all, Recently there was some mention of using the visitor pattern to visit every node, versus a recursive overloaded function. What do people see as the advantage of one over the other? The recursive way seems simpler, but recursion in general is confusing to many, so the visitor pattern might be easier to understand. Is there any other trade off?
Best, Martin _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
