README.md
June 21, 2026 ยท View on GitHub
Aergia is a minimalist and lightweight interpreted programming language.
{greet :name:
> "Hello, %name%!"
}
= lang_name "Aergia"
@greet:lang_name:
Installation & Quick Start
Get up and running with pip in seconds:
pip install aergia-lang
aergia your_program.aer
Documentation
Full documentation and syntax guides be found here.
Tools
Aergia includes built-in tools to streamline your development workflow:
- Agathos: The Aergia package manager.
- Lethes: A native program minifier to compress your source code.
aergia --lethes <filename.aer> # Shorthand: aergia -l <filename.aer> - Otia: An automatic code prettifier and formatter.
aergia --otia <filename.aer> # Shorthand: aergia -o <filename.aer>
IDE Support
Contributors
A huge thanks to the developers helping shape Aergia!