We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

None (None1)

From Esolang
Jump to navigation Jump to search
Not to be confused with NONE, None,, nor None (Language Boi) (The real name of which is an empty string).

None is yet another nihilistic esolang invented by User:None1. It's Python, but using characters other than N, o, n and e is disallowed. Any error, including the use of forbidden characters, is silenced.

Example programs

Do nothing

This program does nothing

Quine


Self-interpreter


Self-optimizer


Self-compiler to brainfuck


Self-transcriber to APLWSI


Interpreter in Python

try:
    import sys
    code=sys.stdin.read()
    for i in code:
        if i not in 'None':
            raise SyntaxError
    exec(code)
except:
    pass

Interpreters that aren't strictly implementing the language but have the same effect are allowed: