Hi guys,
is there any method for using a binary user-defined function infix between actual argument values?
I see a lot of discussion about infix operators, representable with a single character, but nothing about regular user-defined functions of two arguments …
Using a symbol you loose the verbal semantics which is catch by the function name. Is this possible in Julia, may be with some syntax trick ??