GitHub - ziglang/zig at 4236b85c722b36cb31595634bae0ff28d6082761
zig lang
An experiment in writing a low-level programming language with the intent to
replace C. Zig intends to be a small language, yet powerful enough to write
readable, safe, optimal, and concise code to solve any computing problem.
Goals
Ability to run arbitrary code at compile time and generate code.
Completely compatible with C libraries with no wrapper necessary.
Creating a C library should be a primary use case. Should be easy to export
an auto-generated .h file.
Generics such as contain...
Read more at github.com