Software Foundations

Benjamin C. Pierce

科技

编程

2019-1-9

目录
Volume 1
Logical Foundations is the entry-point to the series. It covers functional programming, basic concepts of logic, computer-assisted theorem proving, and Coq.
Volume 2
Programming Language Foundations surveys the theory of programming languages, including operational semantics, Hoare logic, and static type systems.
Volume 3
Verified Functional Algorithms shows how a variety of fundamental data structures can be specified and mechanically verified.
Volume 4
QuickChick: Property-Based Testing in Coq introduces tools and techniques for combining randomized property-based testing with formal specification and proof in the Coq ecosystem.
【展开】
内容简介

The Software Foundations series is a broad introduction to the mathematical underpinnings of reliable software.

The principal novelty of the series is that every detail is one hundred percent formalized and machine-checked: the entire text of each volume, including the exercises, is literally a "proof script" for the Coq proof assistant.

The exposition is intended for a broad range of readers, from advanced undergraduates to PhD students and researchers. No specific background in logic or programming languages is assumed, though a degree of mathematical maturity is helpful. A one-semester course can expect to cover Logical Foundations plus most of Programming Language Foundations or Verified Functional Algorithms, or selections from both.

【展开】
下载说明

1、追日是作者栎年创作的原创作品,下载链接均为网友上传的的网盘链接!

2、相识电子书提供优质免费的txt、pdf等下载链接,所有电子书均为完整版!

下载链接
热门评论
  • ウィルソン的评论
    内容涵盖coq入门、形式语义、程序验证、类型系统,可以边读边在coq上做证明,强力推荐
  • HashChain的评论
    前半部分主讲Coq,后面部分和TAPL结合起来看。 好多题目没做完,需要多看几遍。
  • Z.Y.的评论
    学习PLT的入门神作
  • 梦里醉逍遥的评论
    Coq 入门最佳教材。
  • Monad的评论
    已经出到系列四了
  • 的评论
    编程语言实验室必读系列,形式化方法的入门书。第一卷介绍了 Coq 的基本原理和使用,第二卷前面简单讲了霍尔逻辑、后面着重讲了小步操作语义下怎么证明类型安全,第三四卷暂时没看。
  • 面包牛奶5毛毛的评论
    Cop入门教材
  • hummer的评论
    学完coq之后再学后续的type theory和math logic可能会容易一些。里面的每一道例题与习题最好还是亲自写一写,会有很大的收获的。