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.
- Website: https://ccl.clozure.com/
- Licenses: ASL 2.0
- Package source: gnu/packages/lisp.scm
- Builds: See build status
- Issues: See known issues
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.