|
于2007-04-16 10:56:11修订的的版本15
大小: 421
备注:
|
于2007-04-16 11:01:38修订的的版本17
大小: 612
备注:
|
| 删除的内容标记成这样。 | 加入的内容标记成这样。 |
| 行号 1: | 行号 1: |
| [http://mitpress.mit.edu/sicp/full-text/book/book.html Structure and Interpretation of Computer Programs, 2nd Edition]这本书中的Lisp代码用Python语言重新实现后写在这里,主要目的是供使用Python的人学习函数式编程作参考。 |
|
| 行号 2: | 行号 4: |
| 参考文献:http://mitpress.mit.edu/sicp/full-text/book/book.html |
[http://mitpress.mit.edu/sicp/full-text/book/book.html Structure and Interpretation of Computer Programs, 2nd Edition]这本书中的Lisp代码用Python语言重新实现后写在这里,主要目的是供使用Python的人学习函数式编程作参考。
Building Abstractions with Procedures
Include(/SICP的Python实现1.1) Include(/SICP的Python实现1.2) Include(/SICP的Python实现1.3)
Building Abstractions with Data
Modularity, Objects, and State
Metalinguistic Abstraction