This package browser is in early development. Mind the rough edges.

sicp 20180718-3.bda03f7

Structure and Interpretation of Computer Programs

Structure and Interpretation of Computer Programs (SICP) is a textbook aiming to teach the principles of computer programming.

Using Scheme, a dialect of the Lisp programming language, the book explains core computer science concepts such as abstraction in programming, metalinguistic abstraction, recursion, interpreters, and modular programming.

Installation

Install sicp 20180718-3.bda03f7 as follows:

guix install sicp@20180718-3.bda03f7

Or install the latest version:

guix install sicp

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.