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

25 Mar 2026 Hector Ramon Jimenez on Building a GUI library in Rust

ICE is a Rust-based UI toolkit inspired by Elm's architecture, using message-passing to separate state, updates, and views, evolved from a game library module into a functional-focused standalone tool with Winit/WGPU rendering, cross-platform goals, and challenges in dependency stability, while emphasizing state-driven design, community development, and future improvements in rendering efficiency, accessibility, and multi-platform support.

18 Mar 2026 Dan Lorenc on Sigstore

Software supply chain attacks exploit vulnerabilities in development tools and open-source components, exemplified by the Shyhalood NPM breach, with SIGStore proposed as a cryptographic solution to verify software integrity, though challenges like enforcement and privacy persist in securing open-source ecosystems.

11 Mar 2026 Scott Hanselman on AI-Assisted Development Tools

AI-assisted development tools require precise specifications to navigate ambiguity, balance automation with human oversight and testing, and emphasize foundational programming knowledge to ensure reliable, high-quality software outcomes.

4 Mar 2026 Marc Brooker on Spec-Driven AI Dev

The shift from implementation-focused software development to specification-driven development is transforming the field with AI and agents, prioritizing purpose and goals over code alone.

More Software Engineering Radio episodes