From: gabriele renzi Date: 2004-10-09T17:04:43+09:00 Subject: Re: ANN: Free-form-operators patch Jason Voegele ha scritto: > FYI, Eiffel has user-defined prefix and infix operators. The language > rule is that all user-defined operators have a higher precedence than > built-in operators. The built-in operators follow typical precedence > rules. > wow, and I thought Eiffel was one of those non funny languages :) Note that even Haskell has [^a-z] as operators, and even the funny thing that x `foo` y works as foo(x y)