No.

From Esolang
(Redirected from No)
Jump to navigation Jump to search
No's logo

No. is a Python- or C- or JavaScript- or Text-interpreted, joke programming language created by Vulture001. The sole purpose of the language is to deny the user the command. There is no legal program, as each command returns the same output

Code examples

Hello, World! program

This is impossible.

Quine

No.

(Really, this is a quine; I'm not saying no to doing a quine.)

Interpreters

This is the original interpreter, written in Python.

  res = 'No.'
  while True:
   c=input("no>")
   if "yes" in c:
       print(res)
   else:
       print(res)

This is also a valid interpreter written in Python.

  while True:
     input('no>')
     print('No.')

Here is an interpreter in JavaScript:

function interpret(program){
    console.log("No.");
}

And another interpreter in Text:

No.

External resources

See also