Is D Dead?
Paulo Pinto
pjmlp at progtools.org
Wed Sep 15 11:43:19 UTC 2021
On Wednesday, 15 September 2021 at 10:35:50 UTC, rikki cattermole
wrote:
>
> On 15/09/2021 10:28 PM, IGotD- wrote:
>> [...]
>
> False. std.traits works just fine ;)
>
> std.format could work if it wasn't for exceptions!
>
>> [...]
>
> There really are only 3 features that you end up missing in
> -betterC, aside from the GC.
>
> Exceptions, classes, TLS.
>
> Classes are slowly coming along, but they are being resolved.
> https://issues.dlang.org/show_bug.cgi?id=21416 is as far as I'm
> aware one of the few bugs associated with it.
>
> TLS is out of the question as far as I'm aware.
>
> Exceptions, using stack unwinding do need a runtime, so they
> are out, but I *really* want to see that resolved. I'd love to
> see an alternative to heap allocated stack unwinding exceptions
> in D.
Why is TLS out of question, when it is a standard C11 feature?
More information about the Digitalmars-d
mailing list