Why is D unpopular?

Walter Bright newshound2 at digitalmars.com
Sun May 22 03:43:30 UTC 2022


On 5/21/2022 7:51 PM, forkit wrote:
> I don't agree, that 'tripping an assert' == 'a bug in your program'.

That's what they're designed for. If you want to use them for some other 
purpose, feel free, but you'll have to take responsibility for the results.

 > e.g. out of memory. no disk space left, etc...

You're better off with:

     printf("fatal error\n");
     exit(1);


More information about the Digitalmars-d mailing list