Skip to content

Commit

Permalink
Graduate Python (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomadge committed Jul 30, 2023
1 parent a66e2bb commit e4be19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2><a href="https://dafny.org/blog"><b>Blog</b></a><iframe src="/blog/" style="
and is equipped with a static program verifier.
By blending sophisticated automated reasoning with familiar programming idioms and tools,
Dafny empowers developers to write provably correct code (w.r.t. specifications).
It also compiles Dafny code to familiar development environments such as C#, Java, JavaScript and Go (with more in progress, such as Python) so Dafny can integrate with your existing workflow.
It also compiles Dafny code to familiar development environments such as C#, Java, JavaScript, Go and Python (with more to come) so Dafny can integrate with your existing workflow.
Dafny makes rigorous verification an integral part of development,
thus reducing costly late-stage bugs that may be missed by testing.
</p>
Expand Down

0 comments on commit e4be19a

Please sign in to comment.