Jump to content

Kyoto Common Lisp: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Shrogers (talk | contribs)
No edit summary
Clarify "Guy Steele's book".
Line 1: Line 1:
'''Kyoto Common Lisp''' ('''KCL''') is an implementation of [[Common Lisp]] by T. Yuasa and M. Hagiya, written in [[C programming language|C]] to run under [[Unix]]-like operating systems. KCL is compiled to [[ANSI C]]. It conforms to Common Lisp as described in Guy Steele's book and is available under a licence agreement.
'''Kyoto Common Lisp''' ('''KCL''') is an implementation of [[Common Lisp]] by T. Yuasa and M. Hagiya, written in [[C programming language|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.
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.

Revision as of 13:39, 3 March 2006

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.

Austin Kyoto Common Lisp (AKCL) A collection of ports, bug fixes, and performance improvements to KCL made by William Schelter.

Version 1-615 includes ports to Decstation 3100, HP9000/300, i386/Sys V, IBM-PS2/AIX, IBM-RT/AIX, SGI, Sun-3/SunOS 3 or 4, Sun-4, Sequent Symmetry, IBM370/AIX, VAX/BSD VAX/Ultrix, NeXT.

download

The current version of KCL is now known as Gnu Common Lisp. It is available at http://www.gnu.org/software/gcl/ .

References

This article is based on material taken from the Free On-line Dictionary of Computing prior to 1 November 2008 and incorporated under the "relicensing" terms of the GFDL, version 1.3 or later.