From: Nathan Broadbent Date: 2012-11-11T04:51:19+09:00 Subject: [ruby-core:49204] [ruby-trunk - Feature #7322][Open] Add a new operator name #>< for bit-wise "exclusive or" --e89a8f83a4d93f6f2004ce296440 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > "a^n" usually means "the n-th power of a" I agree, I think using "^" for exponents would be more consistent with other languages. I don't have a strong opinion on a replacement for 'exclusive or', but some other approximations of "=E2=8A=BB" could be: "|<= " or "/<". --e89a8f83a4d93f6f2004ce296440 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > "a^n" usually means "= ;the n-th power of a"

I agree, I= think using "^" for exponents would be more consistent with othe= r languages. I don't have a strong opinion on a replacement for 'ex= clusive or', but some other approximations of "=E2=8A=BB" =C2=A0could be: "|<= ;" or "/<".
--e89a8f83a4d93f6f2004ce296440--