Is D Dead?

IGotD- nise at nise.com
Wed Sep 15 14:48:56 UTC 2021


On Wednesday, 15 September 2021 at 11:43:19 UTC, Paulo Pinto 
wrote:
>
> Why is TLS out of question, when it is a standard C11 feature?

TLS doesn't play well with embedded systems. TLS is an OS related 
feature and not all OS:es support TLS among the small embedded 
ones. In general, we should avoid TLS as much we can because it's 
horrible under the hood.

Many languages support TLS including C++ and Rust. It's there to 
give the programmer the opportunity to use it.


More information about the Digitalmars-d mailing list