DMD now does Dwarf style exception handling!

Ola Fosheim Grøstad via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 5 10:57:33 PST 2016


On Tuesday, 5 January 2016 at 18:52:38 UTC, Walter Bright wrote:
> Interfacing with C doesn't mean jack when someone needs to 
> interface with C++. D interfaced seamlessly with C from day 1.

Yes, but if you want ARC or high performance GC you have to pay a 
price when crossing boundaries.

Objective-C/C++ provides easy interfacing with C/C++... 
CoreFoundation provides easy bridging with Objective-C/Swift. 
Foundation provides seamless interfacing.



More information about the Digitalmars-d mailing list