Zig is an open-source programming language designed for robustness, optimality, and clarity.
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Website:
Documentation:
Zig has many features for low-level programming, notably: packed structs (structs without padding between fields), arbitrary width integers and multiple pointer types. Zig has no hidden control flow, no hidden memory alocation, no macros (but therefor compile time code execution)