TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Should Safety-Critical Software Be Written in C?

2 pointsby rayascottabout 7 years ago

1 comment

Nokinsideabout 7 years ago
They didn&#x27;t use the high-end static code analysis tools for C. This study was done by PolySync Technologies, so they have reason to leave real competition outside.<p>Run the same thing trough Astree. It can do static runtime error analysis based on abstract interpretation.<p>You can&#x27;t prove that a program is free of all runtime errors (that is undecidable), but it&#x27;s possible to signal all potential errors and that&#x27;s what Astree does with as little wrong singals as possible.<p>Of course SPARK Ada is nice and I woudl prefer it, but in practice safety is not language dependent. It depends on the tools and methods.