On 2015-02-22 21:48, Walter Bright wrote:

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

Objective-C still has both ARC and exceptions. Although the documentation [1] says that ARC is not exception safe by default, but it does have a flag to enable it "-fobjc-arc-exceptions".

[1] http://clang.llvm.org/docs/AutomaticReferenceCounting.html#exceptions

--
/Jacob Carlborg

Reply via email to