this post was submitted on 02 Aug 2023
9 points (90.9% liked)

Formal Methods

169 readers
1 users here now

founded 2 years ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] armchair_progamer 3 points 2 years ago* (last edited 2 years ago)

The article skipped the most well-known and important books! (at least from my circle)

Software Foundations: https://softwarefoundations.cis.upenn.edu/

Certified Programming with Dependent Types (CPDT): http://adam.chlipala.net/cpdt/

I recommend reading the first before the second, although sometimes pages from CPDT show up in Google when you have a question. Also don't hesitate to check out the Coq reference manual (https://coq.inria.fr/distrib/current/refman/), although it will be overwhelming at first since it's very pedantic and detailed, it becomes very useful once you have a basic understanding of Coq (like from reading the above).