Talk:Sadako

From Esolang
Jump to navigation Jump to search

Truth-Machine wrong?

The Truth-Machine example seems to do the opposite of expected, printing 1s on 0 input and 0 on 1 input.

0 | ? : = 0 A A 2
1 | . A B : = 0 A A 1
2 | . A A

which is

0 | if input == 1 then goto 2 end
1 | print 1 goto 1
2 | print 0

Unless the spec for the ? command is wrong. Asking before I go changing stuff :P

Very nice concept, struggling to think of ways to implement it digitally. --Olive (talk) 18:16, 6 January 2023 (UTC)