Comment on How helpful languages create bugs
cgtjsiwy@programming.dev 1 year agoAgreed. I think operator overloading is a necessary feature in any math-oriented or general-purpose language. Being able to write formulae the same way as they’re written in the source paper is a huge boon to readability.
eluvatar@programming.dev 1 year ago
Totally agree, trying to use BigInt in Java sucks because there’s no operator overloading