Z

Zig

Systems programming language with no hidden control flow, explicit allocators, and cross-compilation

open-source AI-Native Languages & Runtimes language systems cross-compilation manual-memory compiler

Zig is a general-purpose systems language designed as a better C. No hidden control flow, no hidden allocations — all heap requests are explicit through allocator arguments. Compile-time meta-programming replaces preprocessor macros. Built-in cross-compilation as a first-class citizen. Used to build Bun.

Pricing

MIT license, free and open source