If you're asking whether this "blocks" feature will be added to the Gcc C compiler, I would expect not until it gets very close to standardization as an ISO C feature. I don't know if Apple has placed this blocks thing before the C committee yet, or what the C committee thinks/would think of it. The GNU Gcc developers are very keen on observing relevant standards; proprietary features encourage lock-in. I doubt anybody would bother putting it in before that, given that the Clang C compiler has it.
Posted Sep 16, 2009 22:46 UTC (Wed) by ncm (subscriber, #165)
[Link]
I will note further that the Lambda feature in C++ has different syntax from Blocks, and there will be strong pressure, particularly from implementers, on the C committee to match the C++ Lambda syntax, i.e. using "[]" where Apple's Blocks uses "^". (Ironically, "[]" looks typographically more like a block, and "^" looks more like a lambda.) I expect Apple to support both syntaxes in the end.
Blocks in C, not C++
Posted Sep 17, 2009 1:29 UTC (Thu) by busterb (subscriber, #560)
[Link]
But [] is used by objective C to call methods, so Apple is likely to not support this, at least not OS
X's most-supported language.
Blocks in C, not C++
Posted Sep 18, 2009 8:01 UTC (Fri) by marcH (subscriber, #57642)
[Link]
> The GNU Gcc developers are very keen on observing relevant standards; proprietary features encourage lock-in.