Plain Language
Readable. Executable. English.
Plain Language is a natural language programming language that compiles to Python. It keeps intent readable, removes ceremony, and still lets you ship production pipelines with Python libraries.
hello.pln
print "Hello, Plain Language!"
create a function named greet that takes name and does
print "Hello, " + name
return "Greeted " + name
call greet with "Adam"
Explore the docs
Every topic has its own page with deep examples and patterns. Start where you need the most detail.
Need the CLI fast?
Instant Windows CLI
Download the portable executable and run PlainLanguage-CLI.exe from any folder.