Otaku, Cedric's weblog: Why Java doesn't need operator overloading (and very few languages do, really)

The number of operators that you can overload is very small and each of them is attached to very specific semantics that makes little sense outside the realm of scalars and of a few other specialized mathematical concepts (e.g. matrices).

Lexy