[Python-ideas] Infix application of binary functions

Dag Odenhall dag.odenhall at gmail.com
Thu Jul 22 06:33:01 CEST 2010


> 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/





More information about the Python-ideas mailing list