command per command

From Esolang
Jump to navigation Jump to search

command per command is an esolang designed to have the biggest possible self interpeter.

how it works

every program asks for input, and then every command after that is a marker for if that command is in the interpreter or not.

the commands are seperated by newlines, and there are infinite commands, because a command is a string of any length of any characters.

the self-interpreter is infinite

because there are infinite commands and every command is required so that every command is in the interpreter, that means that there are infinite commands in the self-interpreter, meaning the self-interpreter is of infinite length.