- Home ⚡ Zig Programming Language
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software
- GitHub - ziglang zig: General-purpose programming language and . . .
Zig is Free and Open Source Software We welcome bug reports and patches from everyone However, keep in mind that Zig governance is BDFN (Benevolent Dictator For Now) which means that Andrew Kelley has final say on the design and implementation of everything
- Zig Playground
const std = @import ("std"); const builtin = @import ("builtin"); pub fn main () !void { std debug print ("Hello from Zig {}", {builtin zig_version}); }
- Introduction to Zig - GitHub Pages
This is an open book that provides an introduction to the Zig programming language, which is a new general-purpose, and low-level language for building robust and optimal software
- Welcome | zig. guide
Get started with the Zig programming language Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software
- Installation - zig. guide
Installation instructions for the Zig programming language on Linux, Windows, and macOS
- Zig Programming Language
In the vast landscape of programming languages, where each claims to solve unique problems, Zig has emerged as a rising star in the systems programming domain Created by Andrew Kelley in 2016, Zig is a general-purpose programming language that emphasises simplicity, performance, and reliability
- Introduction to the Zig Programming Language - Andrew Kelley
One of Zig's use cases is slowly transitioning a large C project to Zig Zig can produce simple o files for linking against other o files, and it can also generate h files based on what you export
|