Warning
🍓 Raspberry is under active development. Core syntax and compiler are still in progress. Things may change at any time.
Write less. Read more. Build faster.
Raspberry is a lightweight programming language built on top of JavaScript. It is designed to make coding simpler by reducing boilerplate and introducing a clean, readable syntax while staying familiar to JavaScript developers.
- Less boilerplate code
- Clean and readable syntax
- Beginner-friendly design
- Faster to write common patterns
- Fully compatible with the JavaScript ecosystem
- Human-readable syntax
- Reduced boilerplate
- JavaScript compatibility
- Easy to learn
- Fast compilation
- Minimal and clean design
create greet()
write "Hello, World!"
end
JavaScript:
let age = 18;
if (age >= 18) {
console.log("Adult");
}Raspberry:
init age = 18
if age >= 18
write "Adult"
end
Coming soon.
Raspberry is currently under active development. Core syntax is being designed, while the compiler and standard library are still in progress.
| Component | Status |
|---|---|
| Syntax Design | ✅ In progress |
| Lexer | ✅ In progress |
| Parser | 🔲 Not started |
| Compiler | 🔲 Not started |
| Standard Library | 🔲 Not started |
Built by NILANSHU GARHEWAL