Mission-Critical systems

Dukc ajieskola at gmail.com
Tue Mar 16 09:29:42 UTC 2021


On Tuesday, 16 March 2021 at 04:22:01 UTC, Lasheen wrote:
> Is D language designed for working with [Mission-critical] 
> systems?
> and what about:
>
> 1- Safety, Security and reliability to reach work in avionics 
> systems.
> 2- memory management for [mission-Critical] systems.
> 3- which compiler i have to use (if yes).
> 4- which tools i can use for.
>
> I want any information about that.
> Thanks.

The language itself would be well upon the task. D is more 
safety-focused than your average language. It might not be quite 
the safety-before-all language Rust or Ada seem to be, but since 
even OpenBSD is written in C, I would not worry about the bar 
being that high.

But currently D is no option for anything that requires a 
certified compiler since there are none, nor plans to make one.

More info here: 
https://forum.dlang.org/thread/qspiqykabwfmgoibcvsa@forum.dlang.org


More information about the Digitalmars-d mailing list