What triggered the popularity of lambda functions in modern mainstream programming languages?
- by Giorgio
In the last few years anonymous functions (AKA lambda functions) have become a very popular language construct and almost every major / mainstream programming language has introduced them or is planned to introduce them in an upcoming revision of the standard.
Yet, anonymous functions are a very old and very well-known concept in Mathematics and…