Kalpana Kalpana (Editor)

GNU Common Lisp

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
GNU Project

License
  
LGPLv2

Type
  
Interpreter, compiler

Stable release
  
2.6.12 / October 28, 2014; 2 years ago (2014-10-28)

Repository
  
git.savannah.gnu.org/cgit/gcl.git

Operating system
  
Unix-like, Microsoft Windows

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 Linux, and under FreeBSD, Solaris, Mac OS X, and Microsoft Windows.

GCL remains under active development, with stable releases as of 2014-10-28. Prerelease development can be followed using the git revision control system.

References

GNU Common Lisp Wikipedia