On 2012-07-12 13:41, bearophile wrote:

There is no proof that template bloat won't be a problem in D (I
remember the first version of the D Objective-C bridge failing because
of code bloat, the second version seems to require changes in the D
language).

Yeah, that was insane. 60 MB for a hello world application is not pretty.

The second version is not a bridge, it changes the language to be ABI compatible with Objective-C.

Supports extern(Objective-C) just as extern(C).

--
/Jacob Carlborg

Reply via email to