Zig is an imperative, general-purpose, statically typed, compiled system programming language designed by Andrew Kelley. It is free and open-source software, released under an MIT License. Wikipedia
Created Year: 2015Developed by: Andrew Kelley
Aliases: Ziglang, Zig language, Zig programming language
File extensions: zig
Wikidata: Q51885456
Influenced by: C • C++ • Go • JavaScript • Rust
Programming paradigms: concurrent computing • functional programming • generic programming • imperative programming • procedural programming
Language types: compiled language • functional programming language • general-purpose programming language • imperative programming language • multi-paradigm programming language • procedural programming language • systems programming language
Zig Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in Zig
const std = @import("std");
pub fn main() !void {
const stdout = std.io.getStdOut().writer();
try stdout.print("Hello World", .{});
}
Free Zig books, articles, documentation
- Introduction to Zig - Pedro Duarte Faria (HTML)
- Zig Language Reference (HTML)
Search on GitHub
Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
---|
Latest data update: 2025-09-03