Study note
Structure and Interpretation of Computer Programs - 2nd Edition (MIT)
Properties
- Type
- Books
- Status
- 想读
- Domain
- Compilers / PL
- Category
- 编程语言与函数式编程
- Source
- book.douban.com
- Vault note
library/books/compilers/Structure-and-Interpretation-of-Computer-Programs---2nd-Edition-(MIT)-30043e38a6ff4b37.md
Summary
SICP 第 2 版,围绕过程抽象、数据抽象、状态、并发、函数式与惰性求值、非确定性程序、解释器和编译器等主题,讨论程序的结构和计算模型。
Highlights
以 Scheme 为工具训练“如何组织计算思想”,新版重写了主要程序系统并加入更多练习,是理解元语言抽象和程序构造的经典入口。
Notes
Harold Abelson、Gerald Jay Sussman、Julie Sussman;1996-7-25。
Comments
Loading comments...