Walter Bright:

...

Everyone who writes safety critical software should really avoid languages unable to detect integral overflows (at compile-time or run-time) in all normal numerical operations, and languages that have undefined operations in their basic semantics.

So Ada language is OK, C and D are not OK for safety critical software.

Bye,
bearophile

Reply via email to