Roadmap
Hello! I’m las_r, the developer of Aergia. This programming language is mostly a hobby project, but I still love to see the things people create with it. Because of this, I’ll often add or replace features spontaneously as new ideas come up.
Here is a look at what is currently in development and what is planned for Aergia.
In Active Development
- Standard libraries (
std/)std_arr.aer: Array-related utilitiesstd_str.aer: String-related utilities
Future Plans
- Module / package manager: A lightweight, decentralized workflow tool to let devs share and install third-party Aergia libraries through GitHub.
What I’m Always Trying to Improve
- Errors: Making error messages as clear and unambiguous as possible.
- Syntax: Making syntax as intuitive as possible and removing any possible conflicts.