Comment by etaioinshrdlu
6 years ago
Interesting that they get around lack of NOT operations (and thus lack of universal logic capability) by storing each value twice: once normally, and once bitwise-negated.
6 years ago
Interesting that they get around lack of NOT operations (and thus lack of universal logic capability) by storing each value twice: once normally, and once bitwise-negated.
Not so much "getting around the lack of NOT" as "implementing NOT".
I'm confused: Are you using the Bill & Ted Sarcastic Postfix NOT or not?