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

10 Jun 2026 Jure Leskovec on Relational Graph and Foundational Models

Predictive modeling faces challenges with AI's limitations in structured data, prompting solutions like graph databases and relational deep learning with attention mechanisms to enhance accuracy, scalability, and real-time updates for enterprise applications.

3 Jun 2026 Dave Airlie on Linux Kernel Maintenance

The Linux kernel, the largest global software project, uses a hierarchical maintainer system with 80,150 contributors managing subsystems like DRM through public review, structured development cycles, and evolving practices to address scalability, quality, and integration challenges.

27 May 2026 Dwayne McDaniel on the Engineering Challenges of Secrets Management

Managing secrets like credentials and API keys in software development risks leaks causing supply chain attacks (e.g., PyPy, Clot, Cisco) due to secrets sprawl, plaintext storage, and misuse, prompting solutions like time-bound credentials, decentralized systems, vault tools (e.g., HashiCorp Vault), and strategies such as credential rotation and encrypted storage amid over 28.65 million hard-coded secrets in GitHub in 2025.

20 May 2026 Rob Moffat on Risk-First Software Development

Recommended: Risk identification and management is a forgotten art

Software development prioritizes risk management through frameworks like test-driven development and agile, addressing hidden risks, AI deployment challenges, open-source dependencies, and organizational prioritization to balance innovation with safeguards.

13 May 2026 SE Radio 720: Martin Dilger on Understanding Eventsourcing

Recommended: Useful Architectural Pattern.

Event sourcing is a system design approach that records changes as sequential events to ensure historical traceability, uses event modeling for aligning systems with human workflows, contrasts with CRUD architectures, and emphasizes slice-based design, event streams, and practical applications like legacy modernization and workflow simplification.

More Software Engineering Radio episodes