Alpha - Open Source

Oratio Lang

Program by speaking

The first natural language programming language. Write code as you speak. In Italian, English, or any language.

Code that speaks

Compare traditional Python with Oratio

Traditional Python
import
pandas as pd
df = pd.read_csv('sales.csv')
filtered = df[df['amount'] > 1000]
mean = filtered['amount'].mean()
print(f"Mean: {mean}")
Oratio Lang
# This is Oratio code
Load sales.csv.
Filter where amount greater than 1000.
Calculate the average.
Print the result.
# It works. Really.

Features

Multilingual

Write in Italian, English, Spanish. The computer understands.

Open Source

MIT License. Contribute, extend, customize.

Data Analysis

CSV, Excel, JSON. Statistics and charts with a sentence.

Simple CLI

pip install oratio. Ready in 10 seconds.

Automation

Automate repetitive tasks with simple sentences.

Extensible

Add new operations and connectors.

Roadmap

Q4 2025

Foundation

Core runtime, basic operations, CLI, Italian support

Q1 2026

Expansion

English support, cloud platform, IDE integration

Q2-Q3 2026

Scale

Database, API, Machine Learning, IoT

2027+

Global

10+ languages, enterprise features, marketplace

Start in 10 seconds

# Install
pip install oratio
# Create a file
echo "Print 'Hello World!'" > hello.ora
# Run
oratio run hello.ora
Oratio - The Natural Language Ecosystem | Oratio