Aergia is a minimalist and lightweight interpreted programming language.
{greet :name:
> "Hello, %name%!"
}
= lang_name "Aergia"
@greet:lang_name:Get up and running with pip in seconds:
pip install aergia-lang
aergia your_program.aerFull documentation and syntax guides be found here.
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>
A huge thanks to the developers helping shape Aergia!