background preloader

Cs

Facebook Twitter

2read

Lisp. Bryan Ford's Publications. SICP. Структура и интерпретация компьютерных программ / Переводы. Welcome to the SICP Web Site. Wizard Book n. Hal Abelson's, Jerry Sussman's and Julie Sussman's Structure and Interpretation of Computer Programs (MIT Press, 1984; ISBN 0-262-01077-1), an excellent computer science text used in introductory courses at MIT. So called because of the wizard on the jacket. One of the bibles of the LISP/Scheme world. Also, less commonly, known as the Purple Book. from The New Hacker's Dictionary, 2nd edition (MIT Press, 1993) This site is a companion to the influential computer-science text Structure and Interpretation of Computer Programs, by Abelson, Sussman, and Sussman.

Its purpose is to demonstrate the Web's potential to be a channel for innovative support for textbook users. The material on this site is aimed at instructors using SICP as a course text, and at people using the book for self-study. Currently at this site you will find: Full text! Welcome to the SICP Web Site. Wizard Book n. Hal Abelson's, Jerry Sussman's and Julie Sussman's Structure and Interpretation of Computer Programs (MIT Press, 1984; ISBN 0-262-01077-1), an excellent computer science text used in introductory courses at MIT. So called because of the wizard on the jacket. One of the bibles of the LISP/Scheme world. Also, less commonly, known as the Purple Book. From The New Hacker's Dictionary, 2nd edition (MIT Press, 1993) This site is a companion to the influential computer-science text Structure and Interpretation of Computer Programs, by Abelson, Sussman, and Sussman. Its purpose is to demonstrate the Web's potential to be a channel for innovative support for textbook users.

Comments or questions Contact Us. The SICP Picture Language. Version: 4.0.2.5 This package provides support for the picture language used in SICP. The non-standard primitives cons-stream and amb are also provided. 1 Introduction The SICP Picture Language is a small language for drawing pictures. It shows the power of data abstraction and closure. Before using this package, read section 2.2.4 of SICP, which is an excellent introduction to the ideas of the picture language. Peter Henderson has written an updated version of "Functional Geometry", which explains how to construct the Escher fish image.

Note: The primitives cons-stream and amb needed in other chapters of SICP are also provided. 2 Reference The basic concept of the picture language is a painter. 3 Example 4 Vectors A mathematical vector is called a vect here, in order to avoid confusion with the builtin vectors of Scheme. Constructs a vect with the given coordinates. Returns the x-coordinate. Returns the y-coordinate. Adds the two vects by adding their coordinates pairwise. 5 Frames 6 Segments Index.