An Usable Minimal Programming Language?
Aergia is a minimalist programming language that aims to be usable based on varying definitions of usability. It comes with basic tools for development, including a program minifier called Lethes. Future plans include a program formatter named Otia.
- ▪Aergia is a minimalist programming language.
- ▪Documentation for Aergia is available online.
- ▪The language includes a program minifier called Lethes and plans for a formatter named Otia.
Opening excerpt (first ~120 words) tap to expand
Aergia is a minimalist yet still usable programming language, depending on your definition of usable. Documentation Documentation for Aergia can be found here. IDE Support Here is a list of every IDE with Aergia support: VSCode Sublime Text Tools Aergia is provided with a few basic tools to aid in development: Lethes: A basic program minifier. aergia --lethes <filename.aer> Otia (planned): A basic program formatter. aergia --otia <filename.aer>
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.