Stynax for Scratch Six (all the lines have six characters: my code is heavily based around that idea.): Flip a bit: flip Go right: rght Go left: left Stop: halt New line (not at end of code): ;[space] {Use enter, and then c and p it} If bit = 1 [code] [end]: if_1; [code]; edIf; If bit = 0 [code] [end]: if_0; [code]; edIf; Don't use an if inside an if: it DIES The last line has a _ in front. No space at the end! I DID IT!!!!! MESA SO HAPPYEN!!! JAR JAR BINKY SITH TIME!!
A Turing Machine is a machine that can do 5 things with a string of bits: flip the one it is on, move to the right or left, halt the program, or check if a bit is 1 or 0. It can program anything imaginable. I first saw them on the YouTube video: https://www.youtube.com/watch?v=HeQX2HjkcNo Go to around 22:20, and you will hear all about this machine and its one problem; also known as its halting problem. I want to thank Alan Turing for creating modern computers, and the baseline for AI. Also how do I do if?