Hi Christos, Thanks for your pointers there, impressive to see -that a 12 year old thread still can make an interesting read -you being able to remember & trace it... impressive...
Thanks for your pointers. I think the input > process > output Syntax is more powerful , since it would let you build chaining commmands in a more readable fashion. The goal of this class would be to construct command chains such as: input > processA | processB > ouput Something which wouldn't be possible if only one operator is overloaded. I'm curious to see if its doable via overloading, since no __rgt__ methods exists... -- http://mail.python.org/mailman/listinfo/python-list