The programming
language you can
actually read! 🎃

Stop wrestling with scary syntax. Pumpkin is the derpy-friendly language that makes coding feel like a party! 🥳

Worried Big Pumpkin
"Wait, what? Logic?"
Derpy Small Pumpkin
"LOOK A BUG!"

What is Pumpkin?

Pumpkin is a programming language built for humans, not robots.

Most languages feel like specialized codes written for machines. Pumpkin feels like English. It removes the scary symbols and confusing jargon, replacing them with clear instructions that make sense the first time you read them.

Meet the Pumpkin Family 🎃

Curious Pumpkin

Curious

Happy Pumpkin

Joyful

Helper Pumpkin

Helpful

Code That Doesn't Scare You! 👻

😴 Boring Symbols

const x = readline();
if (x != null && x > 10) {
  console.log("Success");
}
WOW! SO EASY!

🎃 Thinking in Pumpkin

ask "Enter a number" into x

if x > 10 {
    show "Success"
}

Pumpkin lets you focus on logic, not punctuation! 🍭

Language Capabilities ⚡

📦
Common

Variables

Store data like a pro. Strings, numbers, and booleans are ready to use instantly.

🧮
Common

Math & Logic

Calculate the tip or solve the universe. Plus, simple logic with "if", "else", "and".

🔁
Uncommon

Loops

Repeat yourself without getting tired. Use "repeat" or "while" to automate everything.

💬
Rare

Output

Just say "show". No "System.out.println" or "console.log" required here.

🛡️
Epic

Friendly Errors

Errors that help you fix them, not scare you away. "Hey, you missed a quote!"

🚀
Legendary

Zero Setup

No compiler to install. No environment variables. Just open your browser and code.