Why is D unpopular?

Walter Bright newshound2 at digitalmars.com
Sat May 14 01:42:21 UTC 2022


I spoke with Atila a year ago on his excellent dpp. He handles the 
metaprogramming macros with a handbuilt translation of them. This works, but has 
to be constantly tuned. The lack of a general solution was what I was referring to.

I said I wanted to incorporate his work on this into ImportC's handling of the 
preprocessor macros.

With this:

   https://github.com/dlang/dmd/pull/14121

the following ImportC program compiles and runs:

   #include <stdio.h>
   void main() {
     printf("hello world\n");
   }


More information about the Digitalmars-d mailing list