Custom binary operators (with custom name)?

However, you have infinitely many choices available if you want to define a new infix operator: On adjoints and custom postfix and infix operators - #35 by stevengj

(And there is even a hack to make completely arbitrary identifiers like Foo act infix-like, though I wouldn’t recommend using it in production code: see Cursed Custom Infix Operators and InfixFunctions.jl.)

1 Like