From cf18c4c9026d58674344d6c4df8be1ed5d5ae347 Mon Sep 17 00:00:00 2001 From: Nilay Sarma <79686507+nilaysarma@users.noreply.github.com> Date: Tue, 4 Feb 2025 19:52:39 +0530 Subject: [PATCH] Add Zig Programming Language (#11825) --- books/free-programming-books-langs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 9373656ce..8f424d73d 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -230,6 +230,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Windows Phone](#windows-phone) * [Workflow](#workflow) * [xBase (dBase / Clipper / Harbour)](#xbase-dbase--clipper--harbour) +* [Zig](#zig) ### ABAP @@ -2705,3 +2706,9 @@ Books on general-purpose programming that don't focus on a specific language are ### YAML * [YAML Tutorial](https://www.tutorialspoint.com/yaml/yaml_tutorial.pdf) - TutorialsPoint (PDF) + + +### Zig + +* [Introduction to Zig](https://pedropark99.github.io/zig-book) - Pedro Duarte Faria (HTML) +* [Zig Language Reference](https://ziglang.org/documentation/master) (HTML)