Clozure CL: Difference between revisions

From Rosetta Code
Content added Content deleted
m (moved CCL to Clozure CL: moving to official unabbreviated name (I'm concerned about there being other "CCL"s out there))
(implementation cat, include descriptive quote)
 
Line 1: Line 1:
{{implementation|Common Lisp}}
[http://trac.clozure.com/openmcl Clozure CL]
<blockquote>
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.</blockquote>
— [http://trac.clozure.com/openmcl Clozure CL site]

Latest revision as of 01:34, 5 August 2009

Clozure CL is an implementation of Common Lisp. Other implementations of 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.

— Clozure CL site