Abstract : We propose the inclusion of simple lambda expressions into the C standard. We build on a slightly restricted
syntax of that feature in C++. In particular, they only have immutable value captures, fully specified parameter types, and, based on N2632, the return type is inferred from return statements. This is part of a
series of papers for the improvement of type-generic programming in C that has been introduced in N2638.
Follow-up papers N2634 and N2635 will extend this feature with auto parameter types and lvalue captures,
respectively.
https://hal.inria.fr/hal-03106767
Contributor : Jens Gustedt <>
Submitted on : Tuesday, January 12, 2021 - 9:42:37 AM Last modification on : Wednesday, January 13, 2021 - 2:52:23 PM