Mobile app support?

aberba karabutaworld at gmail.com
Thu Jul 9 19:31:24 UTC 2020


On Thursday, 9 July 2020 at 11:16:29 UTC, Jacob Carlborg wrote:
> On Thursday, 9 July 2020 at 06:42:48 UTC, Ashish yadav wrote:
>> What's the state of D support for Android , iOS and Windows 
>> RT? Wouldn't it be awesome if we were able to write mobile 
>> applications cross-platform in a single language?
>
> iOS support should be working. The druntime and Phobos unit 
> tests are passing, it hasn't really been battle tested yet. LDC 
> ships with pre-compiled libraries for iOS 12.0 on ARM 64bit, 
> since two versions ago. It's bundled in the macOS package. See 
> the release notes [1].
>
> [1] https://github.com/ldc-developers/ldc/releases/tag/v1.21.0
>
> --
> /Jacob Carlborg

I figured its usually more about how to do it now and the 
compiler and runtime works.

I guess there's not yet a binding to say do iOS GUI or probably 
open a window or something.


On Android I believe Adam was talking about calling Java APIs 
from D on his blog. Not sure the current status though.



More information about the Digitalmars-d mailing list