www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Mobile app support?

reply Ashish yadav <ashking0198 gmail.com> writes:
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?
Jun 16 2020
parent reply Jacob Carlborg <doob me.com> writes:
On 2020-06-16 09:48, 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?
D is more or less working on iOS [1]: "Experimental iOS/arm64 support - all druntime/Phobos unittests pass, thanks Jacob! The prebuilt macOS package supports cross-compilation out of the box, just add `-mtriple=arm64-apple-ios12.0` (ldc2/ldmd2) or `--arch=arm64-apple-ios12.0` (dub)" https://forum.dlang.org/post/nrdixjxeiqzbaphoylhe forum.dlang.org -- /Jacob Carlborg
Jun 16 2020
parent Andre Pany <andre s-e-a-p.de> writes:
On Tuesday, 16 June 2020 at 08:11:53 UTC, Jacob Carlborg wrote:
 On 2020-06-16 09:48, 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?
D is more or less working on iOS [1]: "Experimental iOS/arm64 support - all druntime/Phobos unittests pass, thanks Jacob! The prebuilt macOS package supports cross-compilation out of the box, just add `-mtriple=arm64-apple-ios12.0` (ldc2/ldmd2) or `--arch=arm64-apple-ios12.0` (dub)" https://forum.dlang.org/post/nrdixjxeiqzbaphoylhe forum.dlang.org
My "dream" here is to have s.th. like autowrap (https://code.dlang.org/packages/autowrap) for the Delphi / Lazarus language. Then we are able to click together the IOS/Android UI in Delphi Rad Studio and seamlessly calling D classes (without writing any wrapper code). Kind regards Andre
Jun 16 2020