Ara or aralang aims to be a simple, modular & concise language. Ara follows princple of functional languages, inherits their benefits while still being pretty simple for the programmers to work with.
- Immutable in nature
- Native multi-threading support
- Reduced keyword set
- Optmized arithematic & vector calculations
- (Planned) Provides local hardware optimizations
- Define the keyword set and semantics
- Curate the syntax and modular design
- Write the compiler in some low level memory safe lang
- Rewrite the compiler in Ara
- First stable release
- Expansion of standard library
See CONTRIBUTING.md to get a general overview of how to contribute