CCL
CCL is the Clozure Common Lisp implementation. Its most recent release is version 1.12.2, available since August 8th, 2023. It used to be called OpenMCL. CCL runs on MacOS X (PPC and x86), Linux (PPC and x86), FreeBSD (x86), Solaris (x86), and Windows XP and later (x86), and is available in 32 and 64-bit versions on all platforms. Some distinguishing features of the implementation include fast compilation speed, native OS threads, a precise, generational, compacting garbage collector, and a convenient foreign-function interface.

License: Apache 2

Homepage