Zig What, how and why
Planted February 26, 2025

Abstract
This talk introduces Zig, a relatively young programming language with great future prospects. Zig is a low-level language with a minimalist philosophy, ideal for applications that require precise control of latency and resources. It combines a minimal syntax similar to Go with manual memory management and compilation checks like Rust, but with shorter compilation times. Key features include code execution during compilation, interoperability with C libraries, and high portability. The talk explores the Zig language and its ecosystem for developing modern applications.
Language
English
About Francesco
Francesco Gualazzi is passionate about computer science since 1999, specializing in distributed systems, and closely following the Cloud-Native community, with particular attention to Observability. He values programming as a means to create useful and innovative solutions to improve people’s lives.