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! 🥳
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
Joyful
Helpful
Code That Doesn't Scare You! 👻
😴 Boring Symbols
const x = readline();
if (x != null && x > 10) {
console.log("Success");
}🎃 Thinking in Pumpkin
ask "Enter a number" into x
if x > 10 {
show "Success"
}Pumpkin lets you focus on logic, not punctuation! 🍭
Language Capabilities ⚡
Variables
Store data like a pro. Strings, numbers, and booleans are ready to use instantly.
Math & Logic
Calculate the tip or solve the universe. Plus, simple logic with "if", "else", "and".
Loops
Repeat yourself without getting tired. Use "repeat" or "while" to automate everything.
Output
Just say "show". No "System.out.println" or "console.log" required here.
Friendly Errors
Errors that help you fix them, not scare you away. "Hey, you missed a quote!"
Zero Setup
No compiler to install. No environment variables. Just open your browser and code.