Categories

Visit BadVista.org Visit PlayOgg.org Visit DefectiveByDesign.org

GNU GCL

GCL is a Compiler and interpreter for Common Lisp. It compiles to C and then uses the native optimizing C compiler (e.g., GCC), giving great portability. It is highly efficient: a function call is basically the same speed as a C function call, in fact identical to a C function call via a pointer.

The program has a source level Lisp debugger (dbl) for interpreted code, letting you step a line at a time, while displaying your position in an Emacs window. It has pioneered conservative Garbage Collection schemes, but also has the stratified garbage collection (SGC) scheme, for only recent allocations, that is based on native page fault handling.

There is also a built in interface to Tk widget system. Allows a mixture of tcl and common lisp to be used in a user interface--your choice which you use.

Last updated 10 Mar, 2008


User level: Submit a level

User Rating:

Homepage

License(s) :

LGPL

Rate it!

 

About

Leadership
  • Camm Maguire - Maintainer
  • Bill Schelter; See also the file doc/contributors in the distribution for a complete list - Contributor
Related Projects

ACL2, CMUCL, Emacs Common Lisp, Garnet, LoGS, Maxima, Steel Bank Common Lisp, clisp

Subprograms

dbl

Versions

2.6.2

2.6.2 stable released 2004-06-26

User Community and Support

User guide included

General Resources

Development

Developer Resources
 

Please send comments on these web pages to bug-directory@fsf.org, send other questions to info@fsf.org.

Copyright © 2000 - 2008 Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA

The copyright licensing notice below applies to this text. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.