On Wednesday, 17 June 2015 at 09:28:00 UTC, Tofu Ninja wrote:

I actually thought about it more, and D does have a bunch of binary operators that no ones uses. You can make all sorts of weird operators like +*, *~, +++, ---, *--, /++, ~~, ~-, -~,
>>>--, &++, ^^+, in++, |-, %~, ect...


+* is a specially bad idea, as I would read that as "a + (*b)", which is quite usual in C.

But in general very cool. I love ~~ and |- the most :-)

Reply via email to