⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|Common Lisp}}

Clozure CL is a free Common Lisp implementation [...] Some distinguishing features of the implementation include: *fast compilation speed *native OS threads *precise, generational, compacting garbage collector *convenient foreign-function interface Clozure CL used to be called OpenMCL. It is also sometimes called CCL. You will see the three names being used interchangeably.
— [http://trac.clozure.com/openmcl Clozure CL site]