August 29, 2014
On 2014-08-29 20:35, "Marc Schütz" <schuetzm@gmx.net>" wrote:

> I knew about this, but thought it had been abandoned. Great to see that
> it's alive, this is an important development!

I've been working on resurrecting the great work done by Michel Fortin. It's updated to 64bit and the modern runtime. It runs on OS X 32 and 64bit and should run on iOS with minor tweaks.

-- 
/Jacob Carlborg
August 29, 2014
On 8/29/14, 9:40 AM, Andrej Mitrovic via Digitalmars-d-announce wrote:
> On 8/29/14, Jacob Carlborg via Digitalmars-d-announce
> <digitalmars-d-announce@puremagic.com> wrote:
>> On 2014-08-29 16:06, Szymon Gatner wrote:
>>
>>> If that is indeed the case then this is huge for me. I am doing 32bit
>>> Win apps and their iOS versions. The moment I will be able to use D
>>> libraries on both platforms I will totaly do it. In fact I want to be
>>> one of the very first to release paid iOS app with D code in it ;)
>>
>> It's your luck day (almost). I'm working on making D ABI compatible with
>> Objective-C [1]. It's mostly done, I'm working on merging latest changes.
>>
>> [1] http://wiki.dlang.org/DIP43
>>
>
> There are so many amazing new features coming along for D lately. :) Keep it up!

Things are really happening folks.

Andrei

August 29, 2014
On Friday, 29 August 2014 at 19:54:04 UTC, Jacob Carlborg wrote:
> On 2014-08-29 19:16, Szymon Gatner wrote:
>
>> Wow, that is great news! Thanks for this awesome work. How does that
>> relate to C++ on iOS? My apps are 99,8% C++ with some minimal Obj-C when
>> necessary.
>
> It's unrelated to C++.  D is currently ABI compatible with C++ and if that works on OS X (I assume it does) it should work on iOS too.

But there is still a matter of ARM/iOS runtime correct?

Those merges will go to 2.067?

August 30, 2014
On 2014-08-30 00:40, Szymon Gatner wrote:

> But there is still a matter of ARM/iOS runtime correct?

Yes, but that is nothing I'm working on. Although other people are working on that.

> Those merges will go to 2.067?

I have no idea.

-- 
/Jacob Carlborg
August 30, 2014
On 2014-08-29 15:46:32 +0000, Jacob Carlborg said:

> On 2014-08-29 16:06, Szymon Gatner wrote:
> 
>> If that is indeed the case then this is huge for me. I am doing 32bit
>> Win apps and their iOS versions. The moment I will be able to use D
>> libraries on both platforms I will totaly do it. In fact I want to be
>> one of the very first to release paid iOS app with D code in it ;)
> 
> It's your luck day (almost). I'm working on making D ABI compatible with Objective-C [1]. It's mostly done, I'm working on merging latest changes.
> 
> [1] http://wiki.dlang.org/DIP43

That's cool stuff.

How will Swift influence this? I'm pretty sure that Apple's strategy is to get rid of Objective-C ASAP and use Swift whereever possible.

-- 
Robert M. Münch
Saphirion AG

http://www.saphirion.com
smarter | better | faster

August 30, 2014
On 2014-08-30 14:31, Robert M. Münch wrote:

> That's cool stuff.
>
> How will Swift influence this? I'm pretty sure that Apple's strategy is
> to get rid of Objective-C ASAP and use Swift whereever possible.

Swift is ABI compatible with Objective-C. So anything that works across Swift and Objective-C should, in theory, work across Swift and D.

-- 
/Jacob Carlborg
1 2 3 4
Next ›   Last »