D/Objective-C, extern (Objective-C)

Jacob Carlborg doob at me.com
Tue Jun 25 13:08:11 PDT 2013


On 2013-06-25 20:06, Walter Bright wrote:

> 3. migrating non-ARC code to ARC is error-prone and a major nuisance

Xcode provides refactoring tools to migrate manual reference counting 
and GC code to ARC.

> 4. non-O-C programs can also benefit from ARC (after all, reliance on
> the GC is the perennial dealbreaker for people wanting to migrate high
> performance code to D)

Absolutely.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list