Software FoundationsEpub+Pdf

Software Foundations

作者:Benjamin C. Pierce

分类:科技

ISBN:9783293000544

出版时间2019-1-9

出版社:

标签:
编程 

内容简介

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.

章节介绍

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.

网盘地址:

书籍网盘

书友评论

  • ウィルソン的评论

    内容涵盖coq入门、形式语义、程序验证、类型系统,可以边读边在coq上做证明,强力推荐

  • HashChain的评论

    前半部分主讲Coq,后面部分和TAPL结合起来看。
    好多题目没做完,需要多看几遍。

  • Z.Y.的评论

    学习PLT的入门神作

  • 梦里醉逍遥的评论

    Coq 入门最佳教材。

  • Monad的评论

    已经出到系列四了

  • 的评论

    编程语言实验室必读系列,形式化方法的入门书。第一卷介绍了 Coq 的基本原理和使用,第二卷前面简单讲了霍尔逻辑、后面着重讲了小步操作语义下怎么证明类型安全,第三四卷暂时没看。

  • 面包牛奶5毛毛的评论

    Cop入门教材

  • hummer的评论

    学完coq之后再学后续的type theory和math logic可能会容易一些。里面的每一道例题与习题最好还是亲自写一写,会有很大的收获的。