1 Zig’s big ideas
This chapter covers
- Zig’s place in the established world of programming
- The priorities of the Zig language and community
- How Zig relates to other systems programming languages, especially C
- What it’s like to program in Zig
- Software projects where Zig excels
Zig is a language made for builders. It’s a new direction for systems programming that aims to combine the best ideas from the past with a sleek modern design. It will enable you to write reliable, maintainable code that relies on the bare minimum third-party dependencies and runs just about anywhere.
You might be a builder too, especially if you see yourself in figure 1.1.
Figure 1.1 Some of the kinds of developers that could benefit from Zig

New software is constantly being written, and a lot of it is presented as a "better" replacement for something that we already know works, and works well. Zig might be new, but it’s not a fork in the road. If you ever plan to write a native library, a data processing tool, a performant backend, an embedded operating system, or any other kind of technology where performance and reliability are key, learning Zig will enable you to go from zero to robust code quickly and painlessly.