HOME

TheInfoList



OR:

Kyoto Common Lisp (KCL) is an implementation of Common Lisp by
Taichi Yuasa Tai chi (), short for Tai chi ch'üan ( zh, s=太极拳, t=太極拳, first=t, p=Tàijíquán, labels=no), sometimes called " shadowboxing", is an internal Chinese martial art practiced for defense training, health benefits and meditation. T ...
and Masami Hagiya, written in C to run under
Unix Unix (; trademarked as UNIX) is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, an ...
-like operating systems. KCL is compiled to
ANSI C ANSI C, ISO C, and Standard C are successive standards for the C programming language published by the American National Standards Institute (ANSI) and ISO/IEC JTC 1/SC 22/WG 14 of the International Organization for Standardization (ISO) and th ...
. It conforms to Common Lisp as described in the 1984 first edition of
Guy Steele Guy Lewis Steele Jr. (; born October 2, 1954) is an American computer scientist who has played an important role in designing and documenting several computer programming languages and technical standards. Biography Steele was born in Missouri ...
's book
Common Lisp the Language ''Common Lisp the Language'' is a reference book by Guy L. Steele about a set of technical standards and programming languages named Common Lisp. History Before standardizing The first edition (Digital Press, 1984; ; 465 pages) was written by Guy ...
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.


Derived software

* Austin Kyoto Common Lisp (AKCL) is a collection of ports, bug fixes, and performance improvements to KCL made by
William Schelter William Frederick Schelter (1947 – July 30, 2001) was a professor of mathematics at The University of Texas at Austin and a Lisp developer and programmer. Schelter is credited with the development of the GNU Common Lisp (GCL) implementation ...
. AKCL has been ported to a range of
Unix Unix (; trademarked as UNIX) is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, an ...
workstations. *
GNU Common Lisp GNU Common Lisp (GCL) is the GNU Project's ANSI Common Lisp compiler, an evolutionary development of Kyoto Common Lisp. It produces native object code by first generating C code and then calling a C compiler. GCL is the implementation of choic ...
(GCL) was derived from AKCL. *
Embeddable Common-Lisp Embeddable Common Lisp (ECL) is a small implementation of the ANSI Common Lisp programming language that can be used stand-alone or embedded in extant applications written in C. It creates OS-native executables and libraries (i.e. Executable and ...
(ECL) was derived from KCL. * ManKai Common Lisp (MKCL) was derived from ECL. * Commercial versions of Kyoto Common Lisp were Ibuki Common Lisp and Delphi Common Lisp.


References

Common Lisp implementations Common Lisp (programming language) software {{Programming-software-stub