Language Project Prototype

A general-purpose programming language that resembles natural English, making programming more accessible and intuitive for everyone.

PrototypeEnglish-like SyntaxJavaScript Transpiler
Quick Start
Get up and running with your first program in minutes
# Your first program
x is equal to 10
y is equal to 20
result is equal to x plus y
print result
Get Started
Try Examples
Explore real-world examples and learn by doing

Browse through conditional statements, loops, and mathematical operations.

View Examples

Currently Supported Features

Variables

Declare and use variables with natural language

x is equal to 42
Math Operations

Addition, subtraction, multiplication, and division

result is equal to x plus y
Conditionals

If statements and if-else logic

if x is greater than 10 then
Loops

For loops and while loops

for i from 1 to 5
Comparisons

Mathematical comparison operators

if age is less than 18 then
Increment/Decrement

Increase and decrease values

increment counter

What's Next?

Language Guide
Learn the syntax and features in detail
API Reference
Explore the parser and interpreter APIs