Anti-Machine language
Jump to navigation
Jump to search
Anti-Machine language is an esolang created by User:None1.
Execution
This esolang is the same as brainfuck, except that it cannot run on a machine (e.g. a computer). If you attempt to do that, it will print "Machine detected, fail to run" without quotes.
Example Programs
Quine
Machine detected, fail to run
Self Interpreter
Implementations (?)
Python
print("Machine detected, fail to run")
JavaScript
console.log("Machine detected, fail to run")
Text
Machine detected, fail to run