- SICP: http://mitpress.mit.edu/sicp/
- What is SICP about:
constructing and interpreting programsControl complexity when building large systems - 命名格式为number_description,number的第一个数字表示章,后三位表示在该章的题号,description是题目的关键字
- http://eli.thegreenplace.net/tag/sicp
- https://github.com/Javran/Thinking-dumps/tree/master/sicp
- https://github.com/MarkCurtiss/sicp
- https://github.com/huangz1990/SICP-answers
- MIT Scheme的使用方式
- Ubuntu 12.04
- MIT/GNU Scheme running under GNU/Linux, Release 9.1, Microcode 15.3, Runtime 15.7, SF 4.41, LIAR/i386 4.118, Edwin 3.116
- 函数式语言中的编程模型:map,filter,accumulate;prdictor,constructor,selector。
- 函数式编程简介 by byvoid