Add note about benchmarking.
[libguestfs-talks.git] / 2020-frama-c / 9000-conclusions-1.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>In conclusion (part 1)</h1>
6
7 <ul>
8 <li> Frama-C is a real open source tool.
9
10 <li> Not as hard to use as I imagined.
11
12 <li> Mostly useful for small functions. <br>
13 <big>→</big> For large functions look at constructive proofs in WhyML.
14
15 <li> Forces you to think very hard about assumptions and corner cases.
16
17 <li> Very well documented, questions answered quickly on stackoverflow.
18 </ul>