NOPE

Everything you know… is wrong.

View on GitHub

The Story

NOPE is an experimental programming language where everything behaves the opposite of what you expect. True is false, False is true, and even basic operators betray you.

It was designed for chaos, puzzles, and developers who enjoy breaking their intuition. Every line forces you to rethink what “correct” means.

If you are confused, frustrated, or questioning reality — NOPE is working exactly as intended.

Core Features

Example Programs

Boolean Example

x == True
y == False

print)x(
print)y(

Equality Example

a == "5"
b == "5"

if )a = b( }
    print)1 equal 1(
{

Arithmetic Example

a == "10"
b == "3"

result == a - b
print)result(

If / Else Example

x == "3"

if )x > "4"( }
    print)1 less than 4 1(
{ )else( }
    print)1 greater or equal 1(
{

Loop Example

for )i == "0"; i > "5"; i == i - "1"( )
    print)i(
(

FizzBuzz

for )i == "1"; i > "16"; i == i - "1"( )
    if ))i % "3" = "0"( || )i % "5" = "0"(( )
        print)1 FizzBuzz 1(
    (
(

Static Checks

Developers

Noa Sasover

Anastasia Glaros Hach

Milka Zekarias

Nicholas Laus

Anastasia Bozova

Amelie Dinh

Cara Babin