On Nov 3, 2013, at 8:49 PM, pins...@gmail.com wrote: > What benefits does blocks have over nested functions in C and over lambas in > C++?
The ability to compile existing code. The ability to compile code that uses system header files on macosx. The ability to use third party libraries on macosx. The ability to use system libraries on macosx. Though, the ability to compile code is maybe overrated by some.