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: about 8 hours 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.

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

###