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

ccl 1.12.1

Common Lisp implementation

Clozure CL (often called CCL for short) is a Common Lisp implementation featuring fast compilation speed, native threads, a precise, generational, compacting garbage collector, and a convenient foreign-function interface.

Installation

Install ccl 1.12.1 as follows:

guix install ccl@1.12.1

Or install the latest version:

guix install ccl

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.