sicpAns icon indicating copy to clipboard operation
sicpAns copied to clipboard

《计算机程序的构造和解释》编程题解

SICP

SICP 习题练习

  • SICP: http://mitpress.mit.edu/sicp/
  • What is SICP about: ~~constructing and interpreting programs~~ Control 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

函数式程序设计