FAQ

Common questions from developers.

Is it object-oriented?

AXIOM supports methods on types, but it favors composition over inheritance. It uses Traits to define shared behavior.

Does it have a Garbage Collector?

No. AXIOM uses compile-time ownership tracking to manage memory. It runs as fast as C/C++.

Can I use C libraries?

Yes. AXIOM has a Foreign Function Interface (FFI) that makes calling C code zero-cost.