How to convert C to D using compiler?

Guillaume Piolat first.last at gmail.com
Wed Dec 8 13:13:05 UTC 2021


On Wednesday, 8 December 2021 at 12:05:16 UTC, bauss wrote:
> On Wednesday, 8 December 2021 at 09:23:41 UTC, Guillaume Piolat 
> wrote:
>> On Tuesday, 7 December 2021 at 16:43:21 UTC, ManKey wrote:
>>> I tried this
>>> ```
>>> ldc2 test.i -mixin="test.d"
>>> ```
>>> but the test.d file is empty :(
>>
>> - you can do it by hand
>> - or instead you can wait a few years that ImportC becomes 
>> workable :)
>
> It'll probably be dropped for the next big feature before being 
> finished, just like everything else in D. Nothing is ever 
> completed or workable. Only ever a subset works.
>

Disagree.
For example SIMD, array ops, DUB improved and transitionned from 
unusable to workhorse.
Stuff that no one cares about, on the other hand, gets in the 
limbo zone much longer.


More information about the Digitalmars-d mailing list