官方网站 :
http://mitpress.mit.edu/sicp/在线版本 :
http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-4.html#%_toc_start课程录像 :
http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/参考答案1:
http://eli.thegreenplace.net/category/programming/lisp/sicp/参考答案2:
http://oss.timedia.co.jp/show/SICP/Answer%20BookMIT OpenCourseWare :
http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-001Spring-2005/CourseHome/index.htm The Scheme Programming Language :
http://www.scheme.com/tspl3/ 我自己收集的资料:
[Lisp/Scheme书籍合集]Lisp And Scheme eBooks Collection非常好用的适合于教学的Scheme交互式环境(支持多种平台,Windows,Linux,MacOS, Unix):
|
| For professional programmers, DrScheme comes with an indispensable graphical module browser and contour view pane. |
|
| DrScheme is more than a Scheme environment, it's a greenhouse for growing different languages. |
|
| DrScheme's profiler annotates your functions showing how much time each takes. The DrScheme window here is set to the French translation. |
|
| PLT Scheme comes with a number of games, in case you needed an excuse to waste more time... |
|
| The debugger can step through the program, displaying the breakpoints and the current values (see upper right) of arguments via mouse overs. |
|
| DrScheme GUI Library (called MrEd) supports anti-aliased drawing with regions and paths that (like postscript) can be composed of splines, arcs, ellipses, lines, rectangles, etc. |