[OT] Apple introduces Swift as Objective-C sucessor
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jun 4 14:21:48 PDT 2014
On 6/3/2014 2:44 PM, Remo wrote:
> No exceptions (!) so this is at least something that this
> language do better as C++ and D :D
> Not everyone think that exceptions are necessary or there is no
> other way to handle errors.
Exceptions make ARC expensive, so this may be a reasonable decision for Swift.
Exceptions and GC go together like chocolate and coffee :-)
More information about the Digitalmars-d
mailing list