On Tuesday, 2 July 2013 at 21:48:54 UTC, Walter Bright wrote:
On 7/2/2013 1:47 PM, TommiT wrote:
Division operator for strings doesn't make any sense,

That's why overloading / to do something completely unrelated to division is anti-ethical to writing understandable code.

s/division/"The common agreed upon semantic"/

The classic example of this is the overloading of << and >> for stream operations in C++.

Or overloading ~ to mean "concat" ?

Reply via email to