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
Try Examples
Explore real-world examples and learn by doing
Browse through conditional statements, loops, and mathematical operations.
View ExamplesCurrently Supported Features
Variables
Declare and use variables with natural language
x is equal to 42Math Operations
Addition, subtraction, multiplication, and division
result is equal to x plus yConditionals
If statements and if-else logic
if x is greater than 10 thenLoops
For loops and while loops
for i from 1 to 5Comparisons
Mathematical comparison operators
if age is less than 18 thenIncrement/Decrement
Increase and decrease values
increment counterWhat's Next?
Language Guide
Learn the syntax and features in detail
API Reference
Explore the parser and interpreter APIs