Skip to content

Instantly share code, notes, and snippets.

View yiyuan-cao's full-sized avatar
🤯

Yiyuan Cao yiyuan-cao

🤯
  • Peking University
  • Beijing, China
  • 16:22 (UTC +08:00)
View GitHub Profile
@yiyuan-cao
yiyuan-cao / learning-verification.md
Last active June 29, 2025 04:01
A curated list of books, papers, courses and implemented tools about building correct programs.

Program verification learning materials

A curated list of books, papers, courses and tools about building safe, correct, and efficient programs.

More specifically, I'm interested in:

  • Program verification: proving the correctness of exitsing programs using verification tools.
  • Verified programming: building correct programs from the outset with language support.
  • Proof engineering: proving correctness at scale, productively.