dafny

programming language with program correctness verifier
  https://research.microsoft.com/en-us/projects/dafny/
  0
  no reviews



Dafny is a programming language with a program verifier. The verifier processes function preconditions, postconditions, and assertions, and sends them to an SMT solver for checking. In this way, assertion failures become compiler errors, rather than runtime ones.