Jump to content

GNU Common Lisp

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Genium (talk | contribs) at 02:54, 28 August 2013 (Template:Latest stable software release/GNU Common Lisp not working). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
GNU Common Lisp
Developer(s)GNU Project
Stable release
2.6.9 / August 23, 2013; 11 years ago (2013-08-23)[1]
Repository
Operating systemUnix-like, Microsoft Windows
TypeInterpreter, compiler
LicenseGPL
Websitewww.gnu.org/s/gcl

GNU Common Lisp (GCL) is the GNU Project's 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.

Although it does not yet fully comply with the American National Standards Institute (ANSI) Common Lisp specification, GCL is the implementation of choice for several large projects including the mathematical tools Maxima, AXIOM, HOL88, and ACL2. GCL runs under eleven different architectures on GNU/Linux, and under FreeBSD, Solaris, MacOSX, and Microsoft Windows.

GCL remains under active development, with stable releases as of 8/23/2013.[2] Prerelease development can be followed using the git revision control system.[3]

See also

  • CLISP — another Common Lisp implementation of the GNU Project

References

  1. ^ Maguire, Camm (2013-08-23). "GCL 2.6.8 and 2.6.9 are released" (Mailing list). gcl-devel. Retrieved 2013-08-28.
  2. ^ Official website
  3. ^ Savannah, gcl.git, See online