Hacker News new | ask | show | jobs
by nine_k 3627 days ago
Debugging sucks.

Formally verified code is not unheard of.

1 comments

Formally verified code is awesome. It moves the `debugging problem' up one level, "Does our formal spec capture our informal meaning?"

Ideally in practice, that problem is simpler than "Does our code what we want?

In theory in the abstract, of course, the problems are the same.