On Tuesday, 9 August 2022 at 18:10:25 UTC, Ali Çehreli wrote:
On 8/2/22 09:40, pascal111 wrote:
> [...]
in C++, so
> [...]
Lambdas are a common feature of many programming languages. C++
got lambdas in their C++11 release, many years after D and many
other languages had them. (It is not common for the C++
community to give credit. Most of their features are presented
as C++ inventions when they are not. For example, almost the
entirety of the C++11 features already existed in D (and other
languages before D).)
[...]
Thanks!