From: "matz (Yukihiro Matsumoto)" Date: 2012-11-16T08:26:24+09:00 Subject: [ruby-core:49398] [ruby-trunk - Feature #7322][Rejected] Add a new operator name #>< for bit-wise "exclusive or" Issue #7322 has been updated by matz (Yukihiro Matsumoto). Status changed from Open to Rejected So what's your intention? To make '^' a power operator, and ruin innocent programs? Because you feel "natural"? If Ruby were young and there were no (or few) Ruby programs out there, your proposal might be useful. But I don't want to break compatibility for fashion. "When in Rome, do as the Romans do". Matz. ---------------------------------------- Feature #7322: Add a new operator name #>< for bit-wise "exclusive or" https://bugs.ruby-lang.org/issues/7322#change-32945 Author: alexeymuranov (Alexey Muranov) Status: Rejected Priority: Low Assignee: Category: Target version: =begin I propose to alias (({Fixnum#^})) and (({Bignum#^})), which stand for bit-wise "exclusive or", with a new operator name (({#><})). Is it necessary to go along with C, Python, and Mathematica? According to Wikipedia ( http://en.wikipedia.org/wiki/Exclusive_or#Alternative_symbols ), the "^" symbol is not used for XOR outside of programming context. Here are some examples of mathematical notation: http://mathworld.wolfram.com/XOR.html (there are also examples in the Wikipedia article). The Unicode symbol is "���". If eventually (({Fixnum#^})) as XOR is deprecated, this will liberate this symbol for other uses, for example for all kinds of exponential notations (for me, "a^n" usually means "the n-th power of a"). =end -- http://bugs.ruby-lang.org/