Not that long ago, anonymous functions and closures were the height of fashion in every language.
Now the recommendation is to name your functions and avoid closures. This brings us right back to what C programmers have been doing with function pointers since forever. Not that this is such a bad thing.
Comments
Not that long ago, anonymous functions and closures were the height of fashion in every language.
Now the recommendation is to name your functions and avoid closures. This brings us right back to what C programmers have been doing with function pointers since forever. Not that this is such a bad thing.