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

sicp

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 the latest version of sicp as follows:

guix install sicp

Or install a particular version:

guix install sicp@20180718-3.bda03f7

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.

Badge code

HTML: <a href='http://127.0.0.1:3000/packages/sicp/'><img src='http://127.0.0.1:3000/packages/sicp/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/sicp/badges/latest-version.svg)](http://127.0.0.1:3000/packages/sicp/)
Org: [[http://127.0.0.1:3000/packages/sicp/][http://127.0.0.1:3000/packages/sicp/badges/latest-version.svg]]