Mac Apps That Use Garbage Collection Must Move to ARC

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sun Feb 22 03:19:34 PST 2015


On 2015-02-22 03:23, Walter Bright wrote:

> - RC has further performance and code bloat problems when used with
> exception handling

Exceptions in Objective-C are basically like Errors in D. Should not be 
caught and should terminate the applications.

Swift doesn't event have exceptions.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list