官方網站 : 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%20Book
MIT 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):
PLT Scheme
|
|
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. |