Posts tagged lambda functions
Getting to know lambdas in C++
- 11 May 2025
\(\lambda\)s in C++: Nameless functions serving sweet syntactic sugar — just enough to give your codebase diabetes.
Late Binding of Python Closures
- 22 July 2024
A subtle source of bugs in loops and closures. When lambda functions capture loop variables, they may not behave as you expect.