D is our last hope

Dukc ajieskola at gmail.com
Mon Dec 11 07:33:02 UTC 2023


On Monday, 4 December 2023 at 09:31:16 UTC, GrimMaple wrote:
> On Tuesday, 28 November 2023 at 15:19:25 UTC, DrDread wrote:
>> why don't you start giving it the attention then?
> And it's not like building tools/3rd party for D is a good idea 
> anyway. Since the language can't decide what it wants to be, 
> and you end up having to either overengineer your code, either 
> listen to a lot of complaints how your code is unsupported in 
> certain cases.

D isn't tripping you here, rather the other languages sweep the 
dust under the rug. For instance, if you implement a library in 
Java, you're automatically failing to support GC-less 
programming. You don't have to support `@nogc`/`-betterC` 
scenarios in D either (and probably are best off not supporting 
them in most cases, at least for initial versions), it's just 
that the language gives you the choice.


More information about the Digitalmars-d mailing list