🎵 Aria

A Modern Systems Programming Language

Aria is a systems programming language that combines memory safety, high performance, and innovative features like balanced ternary computing.

⚡ Performance

Compiles to native code via LLVM with zero-cost abstractions

🛡️ Safety

Memory safety without garbage collection overhead

🔢 Ternary Computing

Native support for balanced ternary (-1, 0, +1) computation

⚙️ Flexible Memory

Choose between GC, Wild, or WildX memory models

Quick Start

// Hello, World in Aria
fn main() {
    println("Hello, World!");
}

Compile and run:

ariac hello.aria -o hello
./hello

Project Status

🚧 In Development - Aria is under active development. Version 0.1.0 is available for early adopters. 1.0 release planned for Q4 2026.