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

clisp

Common Lisp implementation

GNU CLISP is an implementation of ANSI Common Lisp. Common Lisp is a high-level, object-oriented functional programming language. CLISP includes an interpreter, a compiler, a debugger, and much more.

Installation

Install the latest version of clisp as follows:

guix install clisp

Or install a particular version:

guix install clisp@2.49-92

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.