Structure and Interpretation of Computer Programs - 2nd Edition (MIT) 在线电子书 图书标签: programming 计算机 SICP 计算机科学 编程 scheme lisp MIT
发表于2024-12-22
Structure and Interpretation of Computer Programs - 2nd Edition (MIT) 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024
: TP31/A141.1/2nd ed./
评分: TP31/A141.1/2nd ed./
评分读的是UCB的Python版,可谓高屋建瓴。一遍不够,还要重读。
评分It's the best! It's the worst! Why the split? Peter Norvig had his say: http://www.amazon.com/gp/customer-reviews/discussions/start-thread.html/ref=cm_rdp_dp/102-8563764-2156126?ie=UTF8&ASIN=0262011530&authorID=A3G545YMVB6CUZ&store=yourstore&reviewID=R403
评分内力大涨
Hal Abelson is Class of 1922 Professor of Computer Science and Engineering at Massachusetts Institute of Technology and a fellow of the IEEE. He is a founding director of Creative Commons, Public Knowledge, and the Free Software Foundation. Additionally, he serves as co-chair for the MIT Council on Educational Technology.
Gerald Jay Sussman is the Matsushita Professor of Electrical Engineering in the Department of Electrical Engineering and Computer Science, Massachusetts Institute of Technology. He is also the coauthor of Structure and Interpretation of Computer Programs (MIT Press, second edition, 1996).
Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text.
There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published.
A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises.
In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
Underlying our approach to this subject is our conviction that 'computer science' is not a science and that its significance has little to do with computers. The computer revolution is a revolution in the way we think and in the way we express what we think...
评分SICP 讲了什么, 没讲什么, 以及带来了什么 ----- ## SICP 讲了什么? 前三章是对 Scheme 的一个入门, 阐述了 Scheme 和 FP 通常的用法. 第一章过程抽象包含通常语言入门要介绍的东西: 函数和变量的定义 (define), 控制结构 (if, cond), 递归, 一阶函数 (随之而来的 lambda); ...
评分这本书提到的很多次的一个词就是abstraction:对于函数进行抽象,对于数据进行抽象,这种抽象能力其实时非常重要的。 阅读代码时的抽象 在学好编程之前总是对于所有函数的所有实现都感兴趣,碰到一个大型的项目就恨不得将所有函数都弄明白,但是这种方法其实很不明智,在开发大...
评分最初买这本书是冲着学习函数式编程来的,但读完本书以后才发现原来作者的用意并不在介绍函数式编程,而在于介绍编程的本质。 我身边绝大多数的程序员都是用谭浩强老师的那本《C程序设计语言》入门的。如果把C比作剑宗,那么Lisp则是气宗,二者并不矛盾,但初学者却容易先入为主...
评分读书时隔一年,我才发现这本书在讲什么: 一切都是浮云,编程范式才是王道 这本书几乎隐性的把主流和非主流的编程范式都介绍个遍: 过程式,泛型式,函数式,元语言,逻辑式,对象式,并发式 。。。 ...
Structure and Interpretation of Computer Programs - 2nd Edition (MIT) 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024