Live data from Hacker News

Next C compiler is a D compiler: Introducing DMD's ImportC

briancallahan.net

1–10 of 89 posts

Re: Next C compiler is a D compiler: Introducing DMD's ImportC

#3

This article is about using the D compiler's ability to import vanilla C code to compile entire C projects.

This might actually make my life a lot easier compared to how I am currently doing certain things with some of my libraries that need to interoperate with C.

Going to give ImportC a spin there!

Re: Next C compiler is a D compiler: Introducing DMD's ImportC

#10

> Error: C designator-list not supported yet I guess only a subset of C11 is supported? Is there all of C89?

Designator-list support has since been added. The multi-layer designators are still to be done, though (they're rarely used, so are a lower priority).
Post reply on HN