Remix.run Logo
remexre 5 days ago

Are there any implementations of this lambdas proposal on top of any production-quality compilers? Or are there some updates on how this is doing in committee?

mwkaufma 5 days ago | parent | next [-]

It's straight from C++ which has had them since 2011.

uecker 5 days ago | parent | prev [-]

I recently wrote some paper: https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3654.pdf which also includes a short summary of issues when trying to put C++'s lambdas into C.