https://github.com/las-r/aergia
A really lazy programming language.
https://github.com/las-r/aergia
aergia aergia-lang custom-programming-language esolang programming-lang programming-language python python3
Last synced: 12 days ago
JSON representation
A really lazy programming language.
- Host: GitHub
- URL: https://github.com/las-r/aergia
- Owner: las-r
- License: mit
- Created: 2026-04-20T02:31:47.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-24T23:35:29.000Z (about 1 month ago)
- Last Synced: 2026-04-25T01:35:22.562Z (about 1 month ago)
- Topics: aergia, aergia-lang, custom-programming-language, esolang, programming-lang, programming-language, python, python3
- Language: Python
- Homepage: https://las-r.github.io/aergia/
- Size: 60.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Aergia is a minimalist yet still usable programming language, depending on your definition of usable.
## Documentation
Documentation for Aergia can be found [here](https://las-r.github.io/aergia/).
## IDE Support
As of right now, the only IDE with official Aergia support is VSCode, the extension for which can be installed [here](https://github.com/las-r/aergia/releases/tag/Editors).
## Tools
Aergia is provided with a few basic tools to aid in development:
- **Lethes**: A basic program minifier.
```bash
aergia --lethes
```
- **Otia** (planned): A basic program formatter.
```bash
aergia --otia
```