Jump to content

Zig (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Daurnimator (talk | contribs) at 15:09, 15 June 2019 (Create stub page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Zig
Paradigmscompiled, imperative
Designed byAndrew Kelly
First appeared2015; 10 years ago (2015)
Stable release
0.4.0 / 10 April 2019; 6 years ago (2019-04-10)
Typing disciplineStrong
OSCross-platform
LicenseMIT License
Filename extensions.zig
Websiteziglang.org
Influenced by
C, LLVM IR

Zig is an imperative, general-purpose, statically typed, systems, compiled programming language designed by Andrew Kelly. It emphasises explicitness, simplicity, manual memory management and ease of understanding over ease of writing.

Template:Zig programming language