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: about 8 hours 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 (7 days ago)
- Default Branch: main
- Last Pushed: 2026-04-24T23:35:29.000Z (3 days ago)
- Last Synced: 2026-04-25T01:35:22.562Z (2 days 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
**Aergia** is a minimalist yet still usable programming language, depending on your definition of usable.
## Installation
### Global Installation (pip)
```bash
pip install git+https://github.com/las-r/aergia.git
```
### Local Installation (in a directory)
Copy the contents of `/aergia` to your working directory.
## Usage
```bash
aergia
```
Alternatively (for local installations):
```bash
python -m aergia
```
## Updating
### ≥v1.5.0
```
aergia --ghupdate
```
###