You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ The main documentation is always the best beginning, so if you haven't read it y
51
51
52
52
## Books
53
53
54
+
*:star:[Learning Zig](https://www.openmymind.net/learning_zig/) - Introduction to Zig aimed at developers coming from garbage collected languages.
54
55
*:star:[Zig Programming Language](https://ziglearn.org) - An introductory book on Zig, covering the basics to advanced topics.
55
56
*:star:[Zig by Example](https://zigbyexample.com) - A hands-on guide with examples to learn Zig.
56
57
*:star:[zig-cookbook](https://cookbook.ziglang.cc/) - Simple Zig programs that demonstrate good practices to accomplish common programming tasks.
@@ -228,24 +229,24 @@ See repos [nrdmn/awesome-zig](https://github.com/nrdmn/awesome-zig) & [zigcc/awe
228
229
229
230
## Language stuff
230
231
231
-
### Closures
232
+
### Closures
232
233
233
234
*:star:[Closure Pattern in Zig](https://zig.news/houghtonap/closure-pattern-in-zig-19i3) - [Andrew Houghton](https://zig.news/houghtonap)
234
235
*[Implementing Closures and Monads in Zig](https://zig.news/andrewgossage/implementing-closures-and-monads-in-zig-23kf)- [Andrew Brent Gossage](https://zig.news/andrewgossage)
235
236
*[Zig Anonymous Functions and Closures: An In-Depth Analysis](https://gencmurat.com/en/posts/zig-anonymus-functions-and-closures/)
236
237
237
-
### Documentation
238
+
### Documentation
238
239
239
240
*:star:[Writing Documentation for Zig Projects](https://ziglang.org/documentation/master/#Comments) - Zig Community
240
241
*[Generating documentation from zig build](https://sudw1n.gitlab.io/posts/zig-build-docs/) - sudw1n
*[Zig's Curious Multi-Sequence For Loops](https://kristoff.it/blog/zig-multi-sequence-for-loops/) - Loris Cro
263
264
*[Learning interfaces by implementing iterator in zig](https://zig.news/akhildevelops/learning-interfaces-by-implementing-iterator-in-zig-3do1) - [Akhil](https://zig.news/akhildevelops)
264
265
265
-
### Memory
266
+
### Memory
266
267
267
268
*:star:[Memory Management in Zig: A Lifetime-Free Approach](https://andrewkelley.me/post/memory-management-in-zig.html) - Andrew Kelley
268
269
*:star:[Memory Management in Zig](https://ziglang.org/documentation/master/#Memory) - ziglang documentation
@@ -280,7 +281,7 @@ See repos [nrdmn/awesome-zig](https://github.com/nrdmn/awesome-zig) & [zigcc/awe
280
281
*[Custom String Formatting and JSON Serializing in Zig](https://www.openmymind.net/Custom-String-Formatting-And-JSON-in-Zig/) - Karl Seguin
281
282
*[Exploring Compile-Time Interfaces in Zig](https://medium.com/@jerrythomas_in/exploring-compile-time-interfaces-in-zig-5c1a1a9e59fd) - [Jerry Thomas](https://medium.com/@jerrythomas)
282
283
283
-
### Strings
284
+
### Strings
284
285
285
286
*[Proposal: Add String to the type system](https://github.com/ziglang/zig/issues/7734) - [mlarouche](https://github.com/mlarouche)
0 commit comments