Skip to content

HPD666/Orgena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Orgena — Code Like You Speak 🍉

What's new: Added new ai teacher to learn coding with Orgena

What is Orgena?

Orgena is a new coding language especially for beginners but higher level than block coding.

Logo

Try Online Tutorial Visitor Count

Orgena is an English-like scripting language and interpreter.
Code as you speak — no confusing symbols, just plain language.


🚀 What is Orgena?

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.

🌟 Features

  • 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.

🖥️ Try Orgena Instantly


📝 Example Code (READ WIKI FOR MORE)

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.