Skip to content

Commit

Permalink
add cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Dec 30, 2023
1 parent 7d92532 commit 4ec0e03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,15 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc

## Learning Resources

- [Learning Zig 中文翻译](https://zigcc.github.io/learning-zig/) : 《学习 Zig》系列教程最初由 Karl Seguin 编写,该教程行文流畅,讲述的脉络由浅入深,深入浅出,是入门 Zig 非常不错的选择。因此,Zig 中文社区将其翻译成中文,便于在中文用户内阅读与传播。
- [Zig cookbook](https://zigcc.github.io/zig-cookbook/) : A collection of simple Zig programs that demonstrate good practices to accomplish common programming tasks.
- [learnzig](https://learnzig.nvimer.org/) : 中文 zig 教程,简单、快速地学习 Zig.
- [Zig Language Reference](https://ziglang.org/documentation/master/) : Zig Language Reference.
- [Zig In-depth Overview](https://ziglang.org/learn/overview/) : Zig In-depth Overview.
- [Sobeston/ziglearn](https://github.com/Sobeston/ziglearn) : Repo for [https://ziglearn.org](https://ziglearn.org/) content. Get up to speed with Zig quickly.
- [Zig in 30 minutes](https://gist.github.com/ityonemo/769532c2017ed9143f3571e5ac104e50) : A half-hour to learn Zig.
- [ratfactor/ziglings](https://github.com/ratfactor/ziglings) : Learn the Zig programming language by fixing tiny broken programs.
- [ibokuri/zig-by-example](https://github.com/ibokuri/zig-by-example) : Zig by Example. [ zig-by-example.com](https://zig-by-example.com/)
- [learnzig](https://learnzig.nvimer.org/) : 中文 zig 教程,简单、快速地学习 Zig.
- [Learning Zig 中文翻译](https://zigcc.github.io/learning-zig/) : 《学习 Zig》系列教程最初由 Karl Seguin 编写,该教程行文流畅,讲述的脉络由浅入深,深入浅出,是入门 Zig 非常不错的选择。因此,Zig 中文社区将其翻译成中文,便于在中文用户内阅读与传播。

## Tools

Expand Down

0 comments on commit 4ec0e03

Please sign in to comment.