Turing Script

From Esolang
Jump to navigation Jump to search

Turing Script is an esoteric programming language by User:SuperJedi224. Execution is built around a single universal Turing machine that has been augmented with additional input capabilities. A program consists of a main script and a collection of turing machine programs and predefined data tapes, each in a separate file located in the same directory. (Data tapes and turing machine programs may be placed in subdirectories of the main directory, but in that case, the main script must specifically import those subdirectories before they can be used)

External resources