An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Aergia


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
```