The Zig Programming Language 0.8.1 Documentation## I ntroduction 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 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 of Zig's features. It is all on one page so you can search with your browser's search tool. The code samples in this document are compiled and tested as part of the main test suite of Zig. This0 码力 | 234 页 | 6.01 MB | 2 年前3
The Zig Programming Language 0.7.1 Documentation## I ntroduction 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 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 of Zig's features. It is all on one page so you can search with your browser's search tool. The code samples in this document are compiled and tested as part of the main test suite of Zig. This0 码力 | 225 页 | 5.74 MB | 2 年前3
The Zig Programming Language 0.6.0 Documentation## I ntroduction 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 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 of Zig's features. It is all on one page so you can search with your browser's search tool. The code samples in this document are compiled and tested as part of the main test suite of Zig. This0 码力 | 214 页 | 5.37 MB | 2 年前3
The Zig Programming Language 0.5.0 Documentation## I ntroduction Zig is a general-purpose programming language designed for robustness, optimality, and maintainability. • Robust - behavior is correct even for edge cases such as out of memory. • Optimal perform. - 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 of Zig's features. It is all on one page so you can search with your browser's search tool. The code samples in this document are compiled and tested as part of the main test suite of Zig. This0 码力 | 224 页 | 5.80 MB | 2 年前3
The Zig Programming Language 0.4.0 Documentation## I ntroduction Zig is an open-source programming language designed for robustness, optimality, and clarity. • Robust - behavior is correct even for edge cases such as out of memory. • Optimal - write programmers. The language imposes a low overhead to reading code. 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 tool. The code samples in this document are compiled and tested as part of the main test suite of Zig. This HTML document depends on no external files, so you can use it offline. ## I ndex - Introduction0 码力 | 207 页 | 5.29 MB | 2 年前3
The Zig Programming Language 0.3.0 Documentation## I ntroduction Zig is an open-source programming language designed for robustness, optimality, and clarity. • Robust – behavior is correct even for edge cases such as out of memory. • Optimal – write programmers. The language imposes a low overhead to reading code. 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 compiled and tested as part of the main test suite of Zig. This HTML document depends on no external files, so you can use it offline. ## Hello World hello.zig const std = @import("std"); pub fn main()0 码力 | 175 页 | 4.08 MB | 2 年前3
The Zig Programming Language 0.2.0 Documentation## I ntroduction Zig is an open-source programming language designed for robustness, optimality, and clarity. • Robust – behavior is correct even for edge cases such as out of memory. • Optimal – write programmers. The language imposes a low overhead to reading code. 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 compiled and tested as part of the main test suite of Zig. This HTML document depends on no external files, so you can use it offline. ## Hello World hello.zig const std = @import("std"); pub fn main()0 码力 | 117 页 | 2.84 MB | 2 年前3
The Zig Programming Language 0.1.1 Documentation## Zig Documentation Zig is an open-source programming language designed for robustness, optimality, and clarity. • Robust – behavior is correct even for edge cases such as out of memory. • Optimal programmers. The language imposes a low overhead to reading code. 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 .io; pub fn main() -> %void { %%io.stdout.printf("Hello, world!\n"); } $ zig build-exe hello.zig $ ./hello Hello, world! ## See also: • Values • @import • Errors • Root Source File0 码力 | 82 页 | 2.67 MB | 2 年前3
The Zig Programming Language 0.12.0 Documentation# Zig Language Reference ## I ntroduction Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. ## Robust Behavior is correct even for 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 of Zig's features. It is all on one page so you can search with your browser's search tool. The code samples in this document are compiled and tested as part of the main test suite of Zig. This0 码力 | 241 页 | 7.37 MB | 2 年前3
The Zig Programming Language 0.11.0 Documentation# Zig Language Reference ### 1. Introduction Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. ## Robust Behavior is correct even for 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 of Zig's features. It is all on one page so you can search with your browser's search tool. The code samples in this document are compiled and tested as part of the main test suite of Zig. This0 码力 | 238 页 | 7.80 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
AllocatorHeap Allocation FailureRecursionLifetime and OwnershipBuild SystemZigbuild modesC interoperror handlinglazy analysis内存管理所有权生命周期编译变量异常处理分配器接口堆分配失败递归所有权与生命周期内存分配错误处理指针数组文档compilerbuild optionscross-platformZig编程语言编译时参数泛型数据结构命名约定安全检查切片结构体Zig LanguageStandard LibraryC InteropTestingZig语言标准库内联汇编构建系统交叉平台













