Why Java Doesn't Need Operator Overloading (and Very Few Languages Do, Really)

bearophile bearophileHUGS at lycos.com
Tue Apr 14 21:58:03 PDT 2009


Paul D. Anderson:

Having some operator overload is good if you write some numerical/scientific code. Try working with bignumbers or vectors in Java, and you will see how quickly some otherwise simple expressions become an unreadable mess.

Bye,
bearophile



More information about the Digitalmars-d mailing list