|
于2007-04-16 10:46:16修订的的版本13
大小: 211
备注:
|
于2008-02-23 15:35:42修订的的版本19
大小: 629
备注: converted to 1.6 markup
|
| 删除的内容标记成这样。 | 加入的内容标记成这样。 |
| 行号 1: | 行号 1: |
| [[TableOfContents]] | [[http://mitpress.mit.edu/sicp/full-text/book/book.html|Structure and Interpretation of Computer Programs, 2nd Edition]]这本书中的Lisp代码用Python语言重新实现后写在这里,主要目的是供使用Python的人学习函数式编程作参考。 |
| 行号 3: | 行号 4: |
| [[Include(/SICP的Python实现1.1,, editlink)]] [[Include(/SICP的Python实现1.2,, editlink)]] [[Include(/SICP的Python实现1.3,, editlink)]] |
<<Include(/SICP的Python实现1.1,,titlesonly, editlink)>> <<Include(/SICP的Python实现1.2,,titlesonly, editlink)>> <<Include(/SICP的Python实现1.3,,titlesonly, editlink)>> = Building Abstractions with Data = = Modularity, Objects, and State = = Metalinguistic Abstraction = = Computing with Register Machines = |
Structure and Interpretation of Computer Programs, 2nd Edition这本书中的Lisp代码用Python语言重新实现后写在这里,主要目的是供使用Python的人学习函数式编程作参考。
Building Abstractions with Procedures
Building Abstractions with Data
Modularity, Objects, and State
Metalinguistic Abstraction