Home: a high-performance, free Common Lisp implementation

CMUCL is a free implementation of the Common Lisp programming language which runs on most major Unix platforms. It mainly conforms to the ANSI Common Lisp standard. Here is a summary of its main features:

Latest News

For older news see News. For the most up-to-date info and news, see CMUCL Trac.
Snapshot 2012-04
The 2012-04 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the 20c release..
20c released
CMUCL 20c has been released, For information on the changes between 20c and 20b, we refer the reader to the 20c release notes. Because of the release, there will not be a 2011-11 snapshot. .

2011-09-20
The CMUCL CVS repository has been converted to git and is now available. You can browse the repository using the Browse Source, or you can visit CMUCL gitweb for a different view. This page also includes links necessary for cloning the repository. (For commiters, be sure to put your userid in the ssh link.) The CVS repository will still be available, but will not allow checkins anymore. Git is integrated with Trac so the commit messages can refer to and even close Trac tickets. If the commit messages contains text like
        command #1
    	command #1, #2
    	command #1 & #2
    	command #1 and #2
then the given command is applied to the specified tickets. Instead of the short-hand syntax above, you can also use
        command ticket:1
    	command ticket:1, ticket:2
    	command ticket:1 & ticket:2
    	command ticket:1 and ticket:2
The available commands (not case-sensitive) are:
close, closed, closes, fix, fixed, fixes
The specified issue numbers are closed with the contents of this commit message being added to it.
references, refs, addresses, re, see
The specified issue numbers are left in their current status, but the contents of this commit message are added to their notes.

Snapshot 2011-09
The 2011-09 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-07
The 2011-07 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-06
The 2011-06 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-05
Due to the upgrade on common-lisp.net, no snapshot is available for this month.
Snapshot 2011-04
The 2011-04 snapshot has been released. See the release nots for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-03
The 2011-03 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-02
The 2011-02 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
Snapshot 2011-01
The 2011-01 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this snapshot and the previous snapshot.
20b patch 000
A critical bug in REALPART and IMAGPART has been fixed in the 2010-11 snapshot. A patch is provided now to fix this issue in the 20b release. Installation instructions are available.
CMUCL 20b released
CMUCL 20b has been released, For information on the changes between 20b and 20a, we refer the reader to the 20b release notes.

What is Common Lisp?

Common Lisp is well suited to large programming projects and explorative programming. The language has a dynamic semantics which distinguishes it from languages such as C and Ada. It features automatic memory management, an interactive incremental development environment, a module system, a large number of powerful data structures, a large standard library of useful functions, a sophisticated object system supporting multiple inheritance and generic functions, an exception system, user-defined types and a macro system which allows programmers to extend the language.

Pascal is for building pyramids -- imposing, breathtaking structures built by armies pushing heavy blocks into place. Lisp is for building organisms ...
Alan Perlis
FAQ · Benchmarks · Credits · Documentation · Download · Hemlock · Home · Install · News · Platforms · Ports · Projects · Search · Support · 

CMUCLon

Last modified 2012-04-25 by <webmaster@cmucl.cons.org>
Copyright © 1999-2010 CMUCL Project
Validate links, HTML, stylesheet.