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