Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
- 
38e6cb72
by Raymond Toy at 2025-10-01T15:02:08-07:00
 
1 changed file:
Changes:
| 1 | +# CMUCL 22a
 | 
|
| 2 | +  | 
|
| 3 | +# Work in progress
 | 
|
| 4 | +  | 
|
| 5 | +The CMUCL project is pleased to announce the release of CMUCL 22a.
 | 
|
| 6 | +This is a major release which contains numerous enhancements and bug
 | 
|
| 7 | +fixes from the <previous> release.
 | 
|
| 8 | +  | 
|
| 9 | +CMUCL is a free, high performance implementation of the Common Lisp
 | 
|
| 10 | +programming language which runs on most major Unix platforms. It
 | 
|
| 11 | +mainly conforms to the ANSI Common Lisp standard. CMUCL provides a
 | 
|
| 12 | +sophisticated native code compiler; a powerful foreign function
 | 
|
| 13 | +interface; an implementation of CLOS, the Common Lisp Object System,
 | 
|
| 14 | +which includes multi-methods and a meta-object protocol; a
 | 
|
| 15 | +source-level debugger and code profiler; and an Emacs-like editor
 | 
|
| 16 | +implemented in Common Lisp. CMUCL is maintained by a team of
 | 
|
| 17 | +volunteers collaborating over the Internet, and is mostly in the
 | 
|
| 18 | +public domain.
 | 
|
| 19 | +  | 
|
| 20 | +## New in this release:
 | 
|
| 21 | +  * Known issues:
 | 
|
| 22 | +  * Feature enhancements:
 | 
|
| 23 | +  * Changes:
 | 
|
| 24 | +  * ANSI compliance fixes:
 | 
|
| 25 | +  * Bug fixes:
 | 
|
| 26 | +  * Gitlab tickets:
 | 
|
| 27 | +  * Other changes:
 | 
|
| 28 | +  * Improvements to the PCL implementation of CLOS:
 | 
|
| 29 | +  * Changes to building procedure:
 | 
|
| 30 | +  | 
|
| 31 | +This release is not binary compatible with code compiled using CMUCL
 | 
|
| 32 | +21f; you will need to recompile FASL files.
 | 
|
| 33 | +  | 
|
| 34 | +See http://www.cmucl.org or
 | 
|
| 35 | +https://gitlab.common-lisp.net/cmucl/cmucl for more information,
 | 
|
| 36 | +See
 | 
|
| 37 | +https://gitlab.common-lisp.net/cmucl/cmucl/wikis/GettingCmucl
 | 
|
| 38 | +for obtaining CMUCL, including sources and binaries..
 | 
|
| 39 | +  | 
|
| 40 | +  | 
|
| 41 | +We hope you enjoy using this release of CMUCL! |