Kyoto Common Lisp: Difference between revisions
Appearance
Content deleted Content added
m →top: Fixing bare references Wikipedia:Bare_URLs |
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.8.6 |
||
Line 16: | Line 16: | ||
| platform = |
| platform = |
||
| programming language = [[C (programming language)|C]], [[Common Lisp]] |
| programming language = [[C (programming language)|C]], [[Common Lisp]] |
||
| license = SIGLISP License<ref>https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/impl/kcl/kcl/old/license.txt |
| license = SIGLISP License<ref>{{Cite web |url=https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/impl/kcl/kcl/old/license.txt |title=Archived copy |access-date=2020-10-28 |archive-date=2018-07-12 |archive-url=https://web.archive.org/web/20180712082501/https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/impl/kcl/kcl/old/license.txt |url-status=dead }}</ref> |
||
| website = |
| website = |
||
}} |
}} |
Revision as of 05:59, 15 January 2022
This article includes a list of general references, but it lacks sufficient corresponding inline citations. (March 2016) |
Original author(s) | Taiichi Yuasa, Masami Hagiya |
---|---|
Developer(s) | SIGLISP(Research Institute for Mathematical Sciences, Kyoto University) |
Initial release | April 1984 |
Stable release | "June 3, 1987"
/ June 3, 1987 |
Written in | C, Common Lisp |
Operating system | Unix, VMS, AOS |
License | SIGLISP License[1] |
Kyoto Common Lisp (KCL) is an implementation of Common Lisp by Taichi Yuasa and Masami 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.
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.[2]
- Embeddable Common-Lisp (ECL) was derived from KCL.[3]
- ManKai Common Lisp (MKCL) was derived from ECL.[4]
- Commercial versions of Kyoto Common Lisp were Ibuki Common Lisp[5] and Delphi Common Lisp.
References
- ^ "Archived copy". Archived from the original on 2018-07-12. Retrieved 2020-10-28.
{{cite web}}
: CS1 maint: archived copy as title (link) - ^ "GCL - GNU Common Lisp".
- ^ "Embeddable Common-Lisp".
- ^ "MKCL".
- ^ "Ibuki CL, a commercial version of KCL".