6xxx strlen and 9xxx conclusions.
[libguestfs-talks.git] / 2020-frama-c / 9200-alternatives.html
diff --git a/2020-frama-c/9200-alternatives.html b/2020-frama-c/9200-alternatives.html
new file mode 100644 (file)
index 0000000..2469692
--- /dev/null
@@ -0,0 +1,17 @@
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<link rel="stylesheet" href="style.css" type="text/css"/>
+<script src="code.js" type="text/javascript"></script>
+
+<h1>Alternatives and related programs</h1>
+
+<ul>
+<li> <a href="https://www.adacore.com/sparkpro">Ada SPARK Pro</a>
+  is a formally verified subset of the Ada programming language
+  (tagline: <i>"You simply can't write better code"</i>).
+
+<li> <a href="http://klee.github.io/">KLEE</a> has similarities
+  but is not a formal proof system.
+
+<li> <a href="http://compcert.inria.fr/">CompCert</a>
+  is INRIA's verified C compiler (not open source).
+</ul>