CMUCL commit: cmucl-www/cmucl-www/www (index.html)
Raymond Toy
rtoy at common-lisp.net
Fri Oct 16 21:42:50 CEST 2009
Date: Friday, October 16, 2009 @ 15:42:50
Author: rtoy
Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www
Modified: index.html
Mention Unicode and double-double.
------------+
index.html | 9 +++++++++
1 file changed, 9 insertions(+)
Index: cmucl-www/cmucl-www/www/index.html
diff -u cmucl-www/cmucl-www/www/index.html:1.1.1.1 cmucl-www/cmucl-www/www/index.html:1.2
--- cmucl-www/cmucl-www/www/index.html:1.1.1.1 Wed Apr 7 11:15:06 2004
+++ cmucl-www/cmucl-www/www/index.html Fri Oct 16 15:42:50 2009
@@ -17,6 +17,15 @@
Common Lisp standard. Here is a summary of its main features: </p>
<ul>
+<li> Unicode support, including many of the most common external
+formats such as UTF-8 and support for handling Unix, DOS, and Mac
+end-of-line schemes. </li>
+
+<li> native double-double floats including complex double-double
+floats and specialized arrays for double-double floats and and complex
+double-double floats that give approximately 106 bits (32 digits) of
+precision. </li>
+
<li> a <strong>sophisticated native-code compiler</strong> which is capable
of powerful type inferences, and generates code competitive in speed
with C compilers. </li>
More information about the cmucl-commit
mailing list