From Jason Turner
Watch on YouTube

Summary

Jason Turner explores a new C++23 feature that simplifies lambda syntax by making parameter lists optional when using lambda specifiers like 'mutable'. He demonstrates how this improves readability by removing unnecessary empty parentheses in situations where specifiers appear between the capture clause and function body. The episode features a Fibonacci sequence generator implemented both in Compiler Explorer and on Jason's Commodore 64 C++ project, showcasing how the same modern C++ code can run on vintage hardware.

Resources

Tags