Zig 프로그래밍 가이드 링크
00:23 - TLDR
00:39 - Zig.guide
03:07 - Zig Book by Pedro Park
05:18 - Ziglings
07:32 - Zig Std Library
10:11 - Learn X in Y
12:25 - Bonus: Rewriting existing Projects
https://www.youtube.com/watch?v=MfvJBoCi0a8
[참조]
https://pedropark99.github.io/zig-book/
https://codeberg.org/ziglings/exercises
https://ziglang.org/documentation/mas..
https://learnxinyminutes.com/zig/
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.
zig.guide
-
- Assignment
- Arrays
- If Expressions
- While loops
- For loops
- Functions
- Defer
- Errors
- Switch
- Runtime Safety
- Pointers
- Pointer Sized Integers
- Many-item Pointers
- Slices
- Enums
- Structs
- Unions
- Integer Rules
- Floats
- Labelled Blocks
- Labelled Loops
- Loops as Expressions
- Optionals
- Comptime
- Payload Captures
- Inline Loops
- Opaque
- Anonymous Structs
- Sentinel Termination
- Vectors
- Imports
반응형
'Rust, Zig' 카테고리의 다른 글
Zig 컴파일러 다운로드 설치 (0) | 2025.03.02 |
---|---|
Zig를 사용하여 Redis 클론 구축하기 (0) | 2025.03.02 |
Rust, 숫자 퀴즈 (0) | 2024.10.23 |
지그(Zig)가 새로운 C가 될 수 있을까? (0) | 2024.05.19 |
Rust 프로그래밍 정리 사이트 (0) | 2024.04.09 |