From: John Stoneham
Subject: ANN: Corman Lisp 3.0 released
Date: 
Message-ID: <1158356979.275161.34410@m73g2000cwd.googlegroups.com>
(Note: I am just a happy user noting this release. This isn't an
official notice by anyone related with Corman Lisp, so don't flame them
about spamming the release, flame me.)

Just posted at http://www.cormanlisp.com

Corman Lisp 3.0 Release Notes [slightly edited. See cormanlisp.com for
full details]
Sept. 14, 2006

This release includes:

-Math and numeric code performance.

-Math and numeric code stability.

-Better error reporting and shutdown.

-Improved FFI, with improved stability with multiple threads and GC.

-Numerous bug fixes.

-Numerous ANSI compatibility improvements.

-Integration with .NET (Edi Weitz' RDNZL package is included).

-New CCL:MEMORY-REPORT function. (see Corman Lisp User Guide, chapter
24)

-New CCL:LISP-SHUTDOWN function. (see Corman Lisp User Guide, chapter
23)

-All Corman Lisp kernel code (as well as C++ samples and client apps)
compile with Visual Studio 2005.

-Updated Zlib compression package

-Most Lisp kernel function are now redefined in Lisp (or Corman Lisp
assembler).

-EQUAL, EQUALP, HASH-EQUAL, and HASH-EQUAL-P are now all defined for
foreign pointers.

-Auto-update feature (Corman Lisp User Guide, chapter 23)

----------------------------------
Improvements to Corman Lisp IDE:
 (for details see Corman Lisp User Guide, chap. 7)
----------------------------------

-Text styles and colorization is improved and stability issues are
fixed.

-Context (right-click) menu includes Macroexpand and Macroexpand-1
options

-Lisp Variables Display panel

-Added Declarations menu

-Added Symbols menu

-The History menu which shows recently used commands and lets you
select them.


Examples:
-New Othello game (in the examples/gui directory).