We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
T U F
Jump to navigation
Jump to search
joke version of T F and also balanced ternary
| name | what it does | why |
|---|---|---|
| T | is T | constant |
| F | same as T | |
| U | ||
| @ | nor | nand is overated |
| X | halt | wow |
| R:X=Y | if X=Y then repeat the stuff in <> until it is false | |
| A | prints A. unless A is any other symbol in this table then you have to put a ! at the beggining | !T |
| AA | input A unless for the same reason as A | |
| A#B | set A to B | |
| Do(variables)(name) | function call |
the things
~A
Chore(A,C)(not){
AA
A@A#C
}
AvB
Chore(A,B,C)(or){
AA BB (A@B)@(A@B)#C }
A^B
Chore(A,B,C)(and){
AA
BB
Do((Do(A,A)(not))@(Do(B,B)(not)),(Do(A,A)(not))@(Do(B,B)(not)))(not)#C
}
Unknown machine
Chore(I,O)(?){
AA
R:U=A<!U>
R:T=A<!T X>
R:F=A<!F X>
}