Talk:Nors

From Esolang
Jump to navigation Jump to search

It feels like cheating but 01001100aabb!a!a!b!b returns a XOR b.
01001100 halts the program after 3 cycles and outputs ((a NOR a) NOR (b NOR b)) NOR ((!a NOR !a) NOR (!b NOR !b)) = a XOR b.
It feels like cheating because of the !'s.
So, how can one implement a XOR b without !'s? Calvin Games (talk) 17:18, 15 February 2017 (UTC)

It's impossible. . . Calvin Games (talk) 20:00, 15 February 2017 (UTC)