Finally but #
Posted Thursday 25th October 2007 16:36 GMT
What the hell has taken so long this has been massive pain forever and why the stupid name.
Posted Thursday 25th October 2007 16:36 GMT
What the hell has taken so long this has been massive pain forever and why the stupid name.
Posted Thursday 25th October 2007 18:42 GMT
Commonly, "closure" is a "thing" that contains a piece of code, usually anonymous function, *and* some data private to that function. What you call "closure" in your example is a simple lambda (anonymous function), not a proper closure.