ASPN : Python Cookbook : Infix operators
ASPN : Python Cookbook : Infix operators
So many people blogged about this recipe, so I won’t add anything new… If you haven’t seen it, it’s a pretty impressive hack (don’t miss the decorator proposal in the discussion) that shows how you can totally abuse the language through a clever operator overloading trick. Well done !