develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 1,235

  1. Why is it that xor isn't a standard operator? Instead we have to say x and not y or not x and y, which is way more complicated than it needs to be. Alternatively, x != y but that doesn't communicate the intent. Is there any language with a built-in x xor y operator?