More Software Engineering Radio episodes

Jens Gustedt on C in 2026 thumbnail

Jens Gustedt on C in 2026

Published 19 Feb 2026

Duration: 59:27

The podcast discusses recent C programming language advancements, particularly the C23 standard and ongoing developments in standard library functions, security considerations, and potential future features.

Episode Description

Jens Gustedt, author of Modern C, senior scientist at the French National Institute for Computer Science and Control (INRIA), deputy director of the I...

Overview

The podcast reviews recent advancements in the C programming language, particularly focusing on the C23 standard, which marks the first major update to the language since C11. Key features introduced in C23 include the ability to declare variables within control structures, enhanced Unicode support, and improvements to the standard library such as checked integer arithmetic and bit manipulation utilities. The discussion also addresses technical aspects of the standard, such as pointer provenance, the challenges of standardizing new data types like wide integers, and the progress of compiler support for these new features.

In addition to the C23 updates, the podcast explores broader topics related to C, including security considerations and the role of compiler optimizations in identifying issues like aliasing and overflow. It also speculates on the future of the language, mentioning the proposed C2Y standard and ongoing discussions about potential additions such as lambdas and contracts, which are still under consideration by the C standards committee.

Recent Episodes of Software Engineering Radio

13 Aug 2026 SE Radio 733: Max Corbridge on Securing AI Agents

"Explores AI agent security risks, focusing on prompt injection vulnerabilities, non-deterministic threats, and the need for dynamic monitoring and proactive defenses against evolving AI-specific attacks."

15 Jul 2026 Garth Mollett on AI Supply Chain Security

"Explores AI supply chain security challenges, including probabilistic outputs, data poisoning, and emerging threats, while emphasizing structured measures like model signing and isolation to mitigate risks."

More Software Engineering Radio episodes