[OT] Apple introduces Swift as Objective-C sucessor

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 5 12:02:01 PDT 2014


On 2014-06-05 19:14, Remo wrote:

> Exceptions make a lot of other thing expensive and complicated.
> IMHO Exceptions should only be used in really really exceptional cases
> and not all the way and for control flow.
>
> Fortunately it is not really necessary to use Exceptions in C++.
> A great example for this is LLVM and Clang code base.

Even if you don't have to use exceptions, the language (Objective-C) 
does support them and someone will use them.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list