sbcl 2.5.8
Common Lisp implementation
Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.
- Outputs:
doc,out - Website: https://www.sbcl.org/
- Licenses: FreeBSD · Public Domain · X11-style
- Package source: gnu/packages/lisp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sbcl 2.5.8 as follows:
guix install sbcl@2.5.8
Or install the latest version:
guix install sbcl
The sbcl package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:
guix install sbcl:doc
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.