uhh... so you'd prefer to do something like `1.add(2)` ???
Another example for me, in Python, is:
print >> sys.stderr, 'foo'
print ('foo', file=sys.stderr)
from __future__ import print_function
If we carry on this discussion lispers are going to tell us we're the ones with the funny syntax!