> This can be done in Python today: Quoting myself from the original post: It is already possible[1] to make infix functions, but the solution is a hack and requires functions to be marked as infix. [1] http://code.activestate.com/recipes/384122-infix-operators/