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.
- Website: https://sarabander.github.io/sicp
- Licenses: CC-BY-SA 4.0
- Package source: gnu/packages/scheme.scm
- Builds: See build status
- Issues: See known issues
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.