Why is D unpopular?

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Fri May 13 13:29:06 UTC 2022


On Friday, 13 May 2022 at 12:45:46 UTC, IGotD- wrote:
> general full of "clever" preprocessor tricks that never will be 
> supported by import C.
>
> import C feels like one of those corporate blunders where the 
> management throws in resources into something that will hardly 
> sell while it was obvious from the very beginning it was a bad 
> idea.

It isn’t really all that complicated, but more like tedious. What 
you have to do is expand macros in D code and turn the resulting 
code to a D set of C-compatible AST nodes.

Not rocket science, but it is work that requires buckets of 
patience.


More information about the Digitalmars-d mailing list