Well, I find it ugly and hard to type (that's about 20 characters, instead of about 10), but that's a question of point of view, and at least you can do that.
There was also an experimental version of infix notation for numerical operations on Anarki a few time ago. You could do :
(a + b + c)
However, the implementation was very slow, so I think it is not used by many of us those days.
> However, the implementation was very slow, so I think it is not used by many of us those days.
I'd like to find a way to improve the speed of the current infix implementation, but I'm not sure it can be done without using macros, which would require some sort of type inferencing or static type declarations.