SICP
文章平均质量分 80
kiwi小白
这个作者很懒,什么都没留下…
展开
-
《SICP》读书笔记--Chapter 3 Modularity, Objects and State
Chapter 3 Modularity, Objects, and State Modularity, divide system to coherent parts that can be separately developed and maintained. How to modularity? Two prominent organizational strategies原创 2015-10-09 12:17:57 · 2160 阅读 · 0 评论 -
《SICP》读书笔记--Chapter 2 Building Abstraction with Data
Chapter 2 Building Abstraction with Data compound data object data abstraction: isolating the parts of a program that deal with how data objects are used key points: closure, conventional interface原创 2015-09-30 17:14:32 · 1985 阅读 · 0 评论 -
《SICP》读书笔记--Chapter 1 Building Abstraction with Procedures
Forward Focus on: the human mind, collections of computer programs, and the computer. Every computer program is a model, hatched in the mind, of a real or mental process. Chapter 1 Building Ab原创 2015-09-30 16:15:54 · 2167 阅读 · 0 评论