iphone + LDC, a new ARM adventure
Jacob Carlborg
doob at me.com
Thu Jan 23 00:05:00 PST 2014
On 2014-01-22 17:40, Szymon Gatner wrote:
> Slightly OT but I am just really curious: how long do you think it will
> take to make D work on iOS? 3 months? 6? By the end of the year? Asking
> because it is a major argument when convincing my managers to switch
> from C++. I am sooo rooting for you guys!
If you don't want to use the Objective-C runtime API to interface with
the Objective-C frameworks you need D to be ABI compatible with
Objective-C as well, something like this:
http://michelf.ca/projects/d-objc/syntax/
https://github.com/jacob-carlborg/dmd/tree/d-objc
--
/Jacob Carlborg
More information about the digitalmars-d-ldc
mailing list