Mac Apps That Use Garbage Collection Must Move to ARC

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sun Feb 22 12:48:25 PST 2015


On 2/22/2015 3:19 AM, Jacob Carlborg wrote:
> 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.


And I suspect that ARC is why they don't have exceptions.


More information about the Digitalmars-d mailing list