Anonymous functions
October 31, 2020 ยท View on GitHub
A function without a name. In many programming languages, anonymous functions are able to capture their outer environment, and are thus referred to as closures.
October 31, 2020 ยท View on GitHub
A function without a name. In many programming languages, anonymous functions are able to capture their outer environment, and are thus referred to as closures.