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 handlingExceptions 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.