D mention on developer.apple.com

ponce via Digitalmars-d digitalmars-d at puremagic.com
Sat Sep 27 02:05:36 PDT 2014


On Friday, 26 September 2014 at 18:29:15 UTC, David Gileadi wrote:
> On 9/26/14, 11:25 AM, Walter Bright wrote:
>> I see the Apple blog did mention D. A glorious exception!
>
> Which is odd because Swift doesn't support exception handling :)

 From what I got on release Swift is quite odd:
- regular integer operators check for overflow, but wait it also 
has other operators that do not.
- user-defined custom operators like =+= with _user-defined 
priority_
- type inference is "bidirectional by expression or statement" 
which is something that I don't really understand but can only 
fear
- many refinement for properties, convenience is a keyword
- and no exceptions, just because


More information about the Digitalmars-d mailing list