Qt's MOC getting replicated in D for Calypso

Dicebot via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Feb 22 02:20:35 PST 2016


On 02/22/2016 01:30 AM, bachmeier wrote:
> On Sunday, 21 February 2016 at 22:23:10 UTC, Kagamin wrote:
>> On Sunday, 21 February 2016 at 17:21:51 UTC, Brad Roberts wrote:
>>> Is there anything preventing Calypso from turning into a code and
>>> interface generator?  Making it an application that is part of the
>>> build rather than a plug in to ldc would make it available to both
>>> dmd and gdc users, no?
>>
>> That's DStep: https://github.com/jacob-carlborg/dstep
> 
> I don't think that works for C++, and it's not complete.

The very reason why Calypso doesn't work with C++ so well is also the
reason why you won't be able to generate bindings easily - it calls C++
code directly without creating intermediate D interface in any form.


More information about the Digitalmars-d-announce mailing list