admin管理员组

文章数量:1609901


官方网站  : 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/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/tspl3/

我自己收集的资料:
[Lisp/Scheme书籍合集]Lisp And Scheme eBooks Collection

非常好用的适合于教学的Scheme交互式环境(支持多种平台,Windows,Linux,MacOS, Unix):

PLT Scheme


Loading...

For professional programmers, DrScheme comes with an indispensable graphical module browser and contour view pane.

Loading...

DrScheme is more than a Scheme environment, it's a greenhouse for growing different languages.

Loading...

DrScheme's profiler annotates your functions showing how much time each takes. The DrScheme window here is set to the French translation.

Loading...

PLT Scheme comes with a number of games, in case you needed an excuse to waste more time...

Loading...

The debugger can step through the program, displaying the breakpoints and the current values (see upper right) of arguments via mouse overs.

Loading...

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.

转载于:https://wwwblogs/Henrya2/archive/2009/09/21/1570974.html

本文标签: 资料StructureSICPinterpretationprograms