https://www.manning.com/books/systems-programming-with-zig manning logo black manning letters [ ] browse home browse cart log in * catalog + Software Development o Software Engineering # Application Development # Code Quality and Testing # Concurrency and Parallel Computing # Distributed Systems # Database Development # Game Development # Security and Privacy # Software Architecture and Design # Technology and Computing # Version Control # Software Engineering Management o Web # API # AWS # Frontend Frameworks # Backend Frameworks # Web Design # Mobile App Development # Cross-platform Development # Data Visualization # Web Security # Languages # Microservices # Web Performance # Static Web Sites # Web Servers # Node.js # MEAN stack # Meteor o Enterprise Development # Application Development Frameworks # Enterprise Architecture # Technical Leadership o Databases # Database Platforms # Data Processing and Analytics # Data Persistence # Security and Infrastructure o Cloud # Cloud Providers # AWS # Containerization # Data Engineering # Microservices # Security # Networking # Log Monitoring # Machine Learning # Messaging Systems + Programming Languages and Styles o Python o Microsoft Technologies # .NET # .NET Core # .NET MAUI # C# # Other o Java # Java Certification o System Programming # C++ # Clojure # Fortran # Go # Groovy # Nim # Object-Oriented Programming # Parallel Computing # PowerShell # Rust # Scala # Scalatra # Scripting # Scripting Languages o JavaScript o Functional Programming # Clojure # Scala # Elixir # Elm # F# # Haskell # Idris o Data Science and Machine Learning # Julia # R o AI Coding o Mobile App Development # Mobile Development # iOS Development o Other # Computer Science # Domain-Specific Languages # Programming Languages # Programming for Beginners # Programming for Kids + Data Science o Data Analysis # Causal Inference # Data Analysis and Business Intelligence # Data Analytics # Data Manipulation and Analysis # Data Presentations and Visualizations # Feature Engineering # Optimization and Experimentation # Performance Optimization # Time Series Analysis o Machine Learning # Computer Vision # Distributed Machine Learning # Fraud Detection # Natural Language Processing # Automated Machine Learning # Evolutionary Computation # Interpretable Machine Learning # Knowledge Graphs # Machine Learning Algorithms # Machine Learning Optimization # Probabilistic Programming # Quantum Computing/Programming # Embedded Machine Learning # Large Language Models o AI # AI Agents o Deep Learning # Deep Reinforcement Learning # Generative Adversarial Networks (GANs) # Generative AI # Probabilistic Deep Learning o Big Data # Apache Spark # Big Data Processing # Distributed Data Processing # Distributed Machine Learning # Graph Analysis # Stream Processing # Streaming Data Processing o Data Engineering # Data Management and Organization # Data Science Infrastructure # Data Science with Python # Data Visualization # Recommender Systems # Software Engineering in Data Science o Miscellaneous # Interview Preparation # Leadership in Data Science + DevOps o Continuous Integration and Deployment # CI/CD # Deployment and Orchestration # Git o Infrastructure as Code o Infrastructure Automation o Observability o Chaos Engineering o Scripting and Automation # PowerShell # PowerShell scripting # Scripting # Linux + Leadership and Careers o Leadership o Career Development o Entrepreneurship o Technical Skills # Cybersecurity # Data Analysis # Data Visualization # Software Engineering # Design + Other o Computer Science # Artificial Intelligence # Cryptography o Mathematics # Geometry # Geospatial Data Analysis o Governance, Risk, and Compliance * MEAP * liveBook * liveVideo * liveProject * liveAudio * free content * register pBook * subscription [buy2save40] [buy2save40] [dotd_mobil] Microservices Patterns, Second Edition--Save 45% TODAY ONLY! [dotd_deskt] Microservices Patterns, Second Edition--Save 45% TODAY ONLY! Previous Next Next Dismiss view your dashboard manage account details sign out [Hinson-Hasty-MEAP-HI] click to look inside click to read an excerpt Look inside read excerpt Manning Early Access Program (MEAP) Read chapters as they are written, get the finished eBook as soon as it's ready, and receive the pBook long before it's in bookstores. 3 of 11 chapters available 27% Complete Resources chapter briefs Source code Book forum Source code on GitHub more customers also reading This book 1deg 2deg 3deg Become a Reviewer Help us create great books Systems Programming with Zig you own this product Garrison Hinson-Hasty * MEAP began September 2025 * Last updated September 2025 * Publication in Spring 2026 (estimated) * ISBN 9781633434998 * 350 pages (estimated) Included with a Manning Online subscription * printed in black & white catalog / Programming Languages and Styles / System Programming read now * eBook pdf, ePub, online * print includes eBook * with subscription free or 50% off pro $24.99 per month * access to all Manning books, MEAPs, liveVideos, liveProjects, and audiobooks! * choose one free eBook per month to keep * exclusive 50% discount on all purchases * renews monthly, pause or cancel renewal anytime --------------------------------------------------------------------- lite $19.99 per month * access to all Manning books, including MEAPs! --------------------------------------------------------------------- team 5, 10 or 20 seats+ for your team - learn more --------------------------------------------------------------------- * eBook * print * subscription Introductory offer Save 50% for a limited time! eBook pdf, ePub, online $55.99 $27.99 you save $28.00 (50%) Introductory offer Save 50% for a limited time! print includes eBook $69.99 $34.99 you save $35.00 (50%) with subscription free or 50% off $24.99 add to cart buy now shipping options our return/exchange policy free with subscription buy pro subscription buy lite subscription pro $24.99 per month * access to all Manning books, MEAPs, liveVideos, liveProjects, and audiobooks! * choose one free eBook per month to keep * exclusive 50% discount on all purchases * renews monthly, pause or cancel renewal anytime --------------------------------------------------------------------- lite $19.99 per month * access to all Manning books, including MEAPs! --------------------------------------------------------------------- team 5, 10 or 20 seats+ for your team - learn more --------------------------------------------------------------------- Introductory offer Save 50% for a limited time! eBook $55.99 $27.99 you save $28.00 (50%) Introductory offer Save 50% for a limited time! print $69.99 $34.99 you save $35.00 (50%) with subscription $24.99 add to cart buy now shipping options our return/exchange policy free with subscription buy pro subscription buy lite subscription [Hinson-Hasty-MEAP-HI] Look inside read excerpt Zig delivers performance, reliability, and complex integration in systems programming in a simple, modern package. Zig hits the sweet spot for systems programming. This new programming language is high-performance, low-level, ultra-reliable, and perfectly suited for serious projects like writing libraries, daemons and shell utilities, and even operating systems and embedded code. Systems Programming with Zig shows you how to write quality, useful Zig applications without relying on libraries or frameworks-even if you're new systems programming. In Systems Programming with Zig you'll learn how to: * Understand the Zig perspective on systems programming * Write idiomatic Zig code * Integrate Zig with C, systems libraries, and scripting languages * Networking, interpreters, and graphics from the ground up Unlike UI-centric applications that form the public face of your software, systems programs like OS kernels, device drivers, and utilities interact directly with the hardware or operating system. In these low-level programs, performance and safety are paramount. Zig is a new programming language that builds on the legacy of C, C++, and even Rust to provide a high-productivity systems programming environment that does not rely on awkward libraries and frameworks. about the book Systems Programming with Zig teaches you to write working, real-world code in Zig. It builds on your existing coding skills to introduce systems programming using the Zig language. You'll explore everything from a low-level word ladder game, to a CHIP-8 interpreter, to a graphics engine with OpenGL. Each project is built from the ground up, no libraries or imported frameworks! Chapter-by-chapter, you'll learn how to deliver command-line utilities, networking with TCP and HTTP, interpreters, and graphics programming all through Zig's unique lens. Your expert guide to Zig is Garrison Hinson-Hasty, contributor to the Zig project and its wider ecosystem. Through fun anecdotes and silly scenarios, Garrison turns systems programming from "tedious" to "terrific." [ ] about the reader Experience in low-level languages like C, C++, and Rust is helpful, but not essential. about the author Garrison Hinson-Hasty is a cybersecurity and AI researcher with the University of Chicago SUPERgroup. He began programming with Zig in mid-2021, and has contributed to the Zig compiler, standard library, and a number of open source projects. Garrison has made a mark in the Zig community by helping programmers of all experience levels. * eBook * print * subscription Introductory offer Save 50% for a limited time! eBook pdf, ePub, online $55.99 $27.99 you save $28.00 (50%) Introductory offer Save 50% for a limited time! print includes eBook $69.99 $34.99 you save $35.00 (50%) with subscription free or 50% off $24.99 add to cart buy now shipping options our return/exchange policy free with subscription buy pro subscription buy lite subscription pro $24.99 per month * access to all Manning books, MEAPs, liveVideos, liveProjects, and audiobooks! * choose one free eBook per month to keep * exclusive 50% discount on all purchases * renews monthly, pause or cancel renewal anytime --------------------------------------------------------------------- lite $19.99 per month * access to all Manning books, including MEAPs! --------------------------------------------------------------------- team 5, 10 or 20 seats+ for your team - learn more --------------------------------------------------------------------- Introductory offer Save 50% for a limited time! eBook $55.99 $27.99 you save $28.00 (50%) Introductory offer Save 50% for a limited time! print $69.99 $34.99 you save $35.00 (50%) with subscription $24.99 add to cart buy now shipping options our return/exchange policy free with subscription buy pro subscription buy lite subscription related titles related titles # choose your plan pro monthly annual $24.99 $249.99 only $20.83 per month * access to all Manning books, MEAPs, liveVideos, liveProjects, and audiobooks! * choose another free product every time you renew * choose twelve free products per year * exclusive 50% discount on all purchases * renews monthly, pause or cancel renewal anytime * renews annually, pause or cancel renewal anytime * Systems Programming with Zig ebook for free [ ] [add to cart] team monthly annual $49.99 $399.99 only $33.33 per month * five seats for your team * access to all Manning books, MEAPs, liveVideos, liveProjects, and audiobooks! * choose another free product every time you renew * choose twelve free products per year * exclusive 50% discount on all purchases * renews monthly, pause or cancel renewal anytime * renews annually, pause or cancel renewal anytime * Systems Programming with Zig ebook for free [ ] [add to cart] more seats? # choose your plan pro monthly annual $24.99 $249.99 only $20.83 per month * access to all Manning books, MEAPs, liveVideos, liveProjects, and audiobooks! * choose another free product every time you renew * choose twelve free products per year * exclusive 50% discount on all purchases * renews monthly, pause or cancel renewal anytime * renews annually, pause or cancel renewal anytime * Systems Programming with Zig ebook for free [ ] [add to cart] team monthly annual $49.99 $399.99 only $33.33 per month * five seats for your team * access to all Manning books, MEAPs, liveVideos, liveProjects, and audiobooks! * choose another free product every time you renew * choose twelve free products per year * exclusive 50% discount on all purchases * renews monthly, pause or cancel renewal anytime * renews annually, pause or cancel renewal anytime * Systems Programming with Zig ebook for free [ ] [add to cart] more seats? x Please complete the fields below to get your FREE copy of Systems Programming with Zig. Name [ ] Email address [ ] You'll receive a link in your inbox to access your eBook. By submitting your email, you agree to receive email from Manning Publications about Manning products. You can unsubscribe at any time. Read our privacy policy. request book [Hinson-Has] x Check your email for instructions on downloading Systems Programming with Zig. minimize about Manning MEAP liveBook liveVideo liveProject liveAudio eBooks subscriptions tokens our covers info & inquiries site reviews user group program write a book create a liveProject academic distributors careers manuscript reviews affiliate program help register pBook placing an order shipping & returns why buy from Manning? faq contact support legal privacy terms of use eBook license source code translations * Subscribe to our Newsletter * Manning on LinkedIn * Manning on Instagram * Manning on Facebook * Manning on Twitter * Manning on YouTube * Manning on Twitch * Manning on Mastodon (c) 2025 Manning Publications Co. All rights reserved. DMCA Enforced * * RECENTLY VIEWED