|
|
|
|
|
by discreteevent
4023 days ago
|
|
A lot of certified safe systems are written in C++. I mean the ones that control the machine that could kill you. Response time is often a critical factor in safe systems. Also languages aren't as important as we would like then to be. Proof isn't used much for example because proofs are too difficult to review. Other techniques are more important like review, redundancy and testing. Safe systems tend to be more about boring old software engineering than computer science. |
|
As to proofs, I thought some level of formal proof was required at SIL4?