DMD or LDC on mobile

Jacob Carlborg doob at me.com
Wed Aug 21 18:28:26 UTC 2019


On 2019-08-20 20:14, Manu wrote:

> Is that a thing you're interested in? It would be valuable work.

Yes, I would be interested in working on that. But it's not a priority 
for me right now. So it would not happen anytime soon if I only work on 
this on my spare time.

> How's swift compatibility? Does Swift lean on the same ABI for
> backwards compatibility, or is it a completely new thing?

It's the same as with D. It uses its own ABI and supports the `@objc` 
attribute, which corresponds to `extern(Objective-C)` in D.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list