This is a
Jump to navigation
Jump to search
This is a is an esolang by User:TheCatFromGithub (and hopefully others soon). Each program consists of the following structure:
This is a <program type> program. <body>
Programs may take input.
Program types
Hello World
Takes no input. Requires no body.
This is a Hello World program.
Quine
Takes no input. May have a body.
This is a Quine program. some random garbage here, and it still works
Brainfuck Interpreter
May take input. The body is the Brainfuck to be interpreted.
This is a Brainfuck Interpreter program. +[.+]
You can make your own!