-
Notifications
You must be signed in to change notification settings - Fork 3
/
zig.doc-base
22 lines (21 loc) · 971 Bytes
/
zig.doc-base
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Document: zig
Title: The Zig Programming Language
Author: Andrew Kelley et al.
Abstract: Zig is a general-purpose programming language and toolchain for
maintaining robust, optimal, and reusable software.
.
* Robust - behavior is correct even for edge cases such as out of memory.
* Optimal - write programs the best way they can behave and perform.
* Reusable - the same code works in many environments which have different
constraints.
* Maintainable - precisely communicate intent to the compiler and other
programmers. The language imposes a low overhead to reading code and is
resilient to changing requirements and environments.
.
Often the most efficient way to learn something new is to see examples, so
this documentation shows how to use each of Zig's features. It is all on
one page so you can search with your browser's search tool.
Section: Programming
Format: HTML
Index: /usr/share/doc/zig/langref.html
Files: /usr/share/doc/zig/langref.html