Kyoto Common Lisp

From Wikipedia, the free encyclopedia

Kyoto Common Lisp (KCL) is an implementation of Common Lisp by T. Yuasa and M. Hagiya, written in C to run under Unix-like operating systems. KCL is compiled to ANSI C. It conforms to Common Lisp as described in the 1984 first edition of Guy Steele's book Common Lisp, the Language and is available under a licence agreement.

KCL is notable in that it was implemented from scratch, outside of the standard committee, solely on the basis of the specification. It was one of the first Common Lisp implementations ever, and exposed a number of holes and mistakes in the specification that had gone unnoticed.

[edit] Derived software

Austin Kyoto Common Lisp (AKCL) is a collection of ports, bug fixes, and performance improvements to KCL made by William Schelter. AKCL has been ported to a range of Unix workstations.

GNU Common Lisp(GCL) was derived from AKCL. It is available at http://www.gnu.org/software/gcl/ .

Embeddable Common Lisp (ECL) was also derived from KCL. It is available at http://ecls.sourceforge.net/ .

[edit] References

This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.