Apple Blocks added to C++?
Tim M
tim.matthews7 at gmail.com
Tue Sep 1 23:51:14 PDT 2009
S. Wrote:
> Been awhile since I posted.
>
> I was wondering what other people thought about this addition to C++ by
> Apple. Heh.
>
> http://arstechnica.com/apple/reviews/2009/08/mac-os-x-10-6.ars/10
>
It is actually intended to be added to C which is kinda weird and against C's road map. C has decided that is a minimal abstraction over hardware to allow cross platform and not much else. C1X will probably feature barely any new features unless apple coughs up a lot of money.
I don't want this in C, but it is better suited to C++ if they didn't already have this planned http://en.wikipedia.org/wiki/C%2B%2B0x#Lambda_functions_and_expressions
More information about the Digitalmars-d
mailing list