๐ฏ What is ORATIO?
ORATIO is the first programming language that truly understands your language.
No more syntax to learn. No more cryptic code. You speak, it works.
# This is ORATIO code
Load sales.csv.
Filter rows where amount > 1000.
Calculate the average.
Create a bar chart.
Print "Analysis completed\!"
It works. Really.
๐ Quick Start
Installation
pip install oratio
Your First Program
# Create a file
echo "Print 'Hello World\!'" > hello.ora
# Run it
oratio run hello.ora
Output:
๐ Hello World\!
โจ Why ORATIO?
Before (Python)
import pandas as pd
df = pd.read_csv('sales.csv')
filtered = df[df['amount'] > 1000]
mean = filtered['amount'].mean()
print(f"Average: {mean}")
โ Compโฆ
๐ฏ What is ORATIO?
ORATIO is the first programming language that truly understands your language.
No more syntax to learn. No more cryptic code. You speak, it works.
# This is ORATIO code
Load sales.csv.
Filter rows where amount > 1000.
Calculate the average.
Create a bar chart.
Print "Analysis completed\!"
It works. Really.
๐ Quick Start
Installation
pip install oratio
Your First Program
# Create a file
echo "Print 'Hello World\!'" > hello.ora
# Run it
oratio run hello.ora
Output:
๐ Hello World\!
โจ Why ORATIO?
Before (Python)
import pandas as pd
df = pd.read_csv('sales.csv')
filtered = df[df['amount'] > 1000]
mean = filtered['amount'].mean()
print(f"Average: {mean}")
โ Complex, rigid syntax, you need to know Python
Now (ORATIO)
Load sales.csv.
Filter where amount > 1000.
Calculate the average.
Print the result.
โ Simple, natural, immediate
๐ Multilingual
ORATIO speaks YOUR language:
# ๐ฎ๐น Italian
Carica dati.csv e calcola la media.
# ๐ฌ๐ง English
Load data.csv and calculate the average.
# ๐ช๐ธ Spanish (Coming Q2 2026)
Carga datos.csv y calcula el promedio.
๐ What You Can Do
- โ Data analysis (CSV, Excel, JSON)
- โ Statistics and calculations
- โ Visualizations and charts
- โ Filters and transformations
- โ Automated reports
- โ Workflow automation
Coming Soon:
- ๐ Databases (SQL, MongoDB)
- ๐ APIs and Web scraping
- ๐ Machine Learning
- ๐ Robot and IoT control
๐ Examples
Sales Analysis
Load sales.csv.
Show first 5 rows.
Filter where amount > 1000.
Calculate average of amount column.
Create a bar chart.
Save as report.pdf.
Statistics
Load data.csv.
Calculate mean, median and standard deviation.
Create a histogram.
Print the results.
Automation
For each file in data_folder:
Load the file.
Filter where value > 100.
Save in results_folder.
Print "Processing completed\!"
๐๏ธ Architecture
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Natural Language โ
โ "Load data and calculate average" โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ORATIO Parser โ
โ (Semantic Understanding) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Operations โ
โ [io.read_csv, math.mean] โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ORATIO Runtime โ
โ (Execution Engine) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Result โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ค Contributing
ORATIO is open source! Contribute by:
- New Operations - Add functionality
- Connectors - Integrate new services
- Bug Fixes - Improve stability
- Documentation - Help others
- Translations - Bring ORATIO to your language
Read CONTRIBUTING.md to get started.
๐ Documentation
๐บ๏ธ Roadmap
โ Phase 1: Foundation (Q4 2025)
- Core runtime
- Basic operations
- CLI
- Italian support
๐ง Phase 2: Expansion (Q1 2026)
- English support (Beta)
- Cloud platform
- IDE integration
- Plugin system
๐ฎ Phase 3: Scale (Q2-Q3 2026)
- Spanish, French support
- Database connectors
- ML operations
- Robot/IoT control
๐ Phase 4: Global (2027+)
- 10+ languages
- Enterprise features
- Marketplace
- Universal standard
๐ License
MIT License - see LICENSE
๐จโ๐ป Creator
Manuel Lazzaro
โThe future of programming isnโt written. Itโs spoken.โ
- ๐ oratio.dev
- ๐ฆ @oratio_lang
- ๐ผ LinkedIn
- ๐ฌ Telegram: @manu_lz88
๐ Support the Project
If you like ORATIO:
- โญ Star on GitHub
- ๐ฆ Share on Twitter
- ๐ฌ Join the community
- ๐ค Contribute code
๐ Stats
!GitHub stars !GitHub forks !GitHub watchers
Made with โค๏ธ in Italy ๐ฎ๐น
ORATIO - The Eloquence of Code
November 13, 2025 - The Day Programming Changed Forever