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 Panasonic (formerly Matsushita) Professor of Electrical Engineering in the Department of Electrical Engineering and Computer Science at MIT and the coauthor (with Hal Abelson) of Structure and Interpretation of Computer Programs (MIT Press).
发表于2025-01-29
Structure and Interpretation of Computer Programs - 2nd Edition 2025 pdf epub mobi 电子书
http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/
评分这是一本很有趣的书,任何对编程真正感兴趣的人都应该看看。它讲了程序结构的很多方面,但始终围绕着一个主题,那就是从各个层次上来减少计算的复杂度。这和我读过的另外几本书核心是一样的,只是维度不同。比如《代码大全》厚厚的一本书讲的也是管理复杂度(http://book.douba...
评分这本书提到的很多次的一个词就是abstraction:对于函数进行抽象,对于数据进行抽象,这种抽象能力其实时非常重要的。 阅读代码时的抽象 在学好编程之前总是对于所有函数的所有实现都感兴趣,碰到一个大型的项目就恨不得将所有函数都弄明白,但是这种方法其实很不明智,在开发大...
评分(先得报一下进度:看完了前三章,前两章的习题大部分都做了,不过第三章就偷懒几乎没做) 如果要问现代数学最重要的概念是什么,那毫无疑问就是函数了,或者更确切地说,是映射。泛函这个词,或许对非数学系的同学来说有些陌生,但如果写成英语 functional, 看起来就眼熟多了...
评分http://www.cppblog.com/cuigang/archive/2008/06/27/44801.html 我为什么推荐 SICP? 向大家推荐 SICP,不知道有多少人看了,也不知道有多少人明白了,更不知道有多少人惊叹了。或者你根本不屑一顾,或者你看见 Lisp 那层层括号心生畏惧,又或者你了了一瞥,觉得没什么精彩...
图书标签: 计算机 计算机科学 programming 经典 lisp CS 系统 技术
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.
只看完前3章。有机会完整看一遍。
评分只看完前3章。有机会完整看一遍。
评分我想开一个SICP的视频专栏,专门讲这本书,以及提供里面的习题解答,等我填完手头坑的。
评分课听了大半,书还没读完。
评分只看完前3章。有机会完整看一遍。
Structure and Interpretation of Computer Programs - 2nd Edition 2025 pdf epub mobi 电子书