Orgena is a new coding language especially for beginners but higher level than block coding.
Orgena is an English-like scripting language and interpreter.
Code as you speak — no confusing symbols, just plain language.
Orgena makes programming as easy as writing sentences.
It’s designed for learning, teaching, prototyping, and creativity—without installation or stress. Perfect for
beginners and to make kids love coding.
- Plain English Syntax: Write code in natural sentences.
- Instant Results: Run scripts instantly in your browser.
- Beginner-Friendly: No setup, no risk, just creativity.
- Write in Plain English: No strange brackets, just sentences.
- 120+ Built-in Abilities: Lists, math, strings, control flow, functions, input, and more.
- Works in Your Browser: No installation, just open and code.
- Perfect for Everyone: Teachers, kids, hobbyists, and lifelong learners.
- Free and Open Source: MIT licensed.
Say "Hello, world!"
Remember name is "Alice"
Say "Hello, " plus name
Add "apple" to fruits
Add "banana" to fruits
For each fruit in fruits,
Say fruit
End
If age is greater than 18, Say "You are an adult."
etc.