Changeset 11694 for public_html/index.shtml
- Timestamp:
- 03/01/09 21:58:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/index.shtml
r11474 r11694 7 7 <link rel="stylesheet" type="text/css" href="style.css"/> 8 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> 9 <style> 10 td { font-size: 90%; padding: 0 5px 0 5px } 11 th { font-weight: bold; align: center; padding: 0 5px 0 5px } 12 </style> 9 13 </head> 10 14 … … 13 17 <h1><!--#include virtual="project-name" --></h1> 14 18 </div> 15 <div style="text-align: center"> 16 <h1>Armed Bear</h1> 17 <i>The right of the people to keep and arm bears shall not be infringed!</i> 19 20 <div style="margin-left:auto;margin-right:auto;width:10cm"> 21 <table style="margin-top:1cm" cellspacing="0" cellpadding="0"> 22 <tr> 23 <th colspan="2">Overview</th></tr> 24 <tr> 25 <td>Latest release: <span style="font-weight:bold;font-size:85%">0.0.13</span></td> 26 <td><a href="release-notes-0.13.shtml">Release notes</a></td> 27 </tr><tr> 28 <td style="width:5cm;text-align:center" colspan="2"><a href="testimonials.shtml">What people say about ABCL</a></td> 29 </tr><tr> 30 <td style="width:5cm"><a href="http://trac.common-lisp.net/armedbear/wiki">Wiki</a></td><td style="width:5cm">FAQ (to be created)</td> 31 </tr> 32 </table> 18 33 </div> 19 34 … … 37 52 <br /><br /> 38 53 ABCL runs on platforms that support Java 1.5 (or later), including Linux, 39 Windows, and Mac OS X.54 Windows, Mac OS X and the BSD family. 40 55 <br /><br /> 41 56 ABCL is free software and comes with ABSOLUTELY NO WARRANTY. 42 57 <br /><br /> 43 The latest version is 0.1 2.0, released December 14, 2008.58 The latest version is 0.13.0, released February 28, 2009. 44 59 </dd> 45 60 </dl> … … 62 77 <dd> 63 78 64 <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.1 2.0.tar.gz?use_mirror=">abcl-0.12.0.tar.gz</a>79 <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.13.0.tar.gz?use_mirror=">abcl-0.13.0.tar.gz</a> 65 80 (source, 656652 bytes) 66 81 <br /><br /> 67 <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.1 2.0.zip?use_mirror=">abcl-0.12.0.zip</a>82 <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.13.0.zip?use_mirror=">abcl-0.13.0.zip</a> 68 83 (source, 1130754 bytes) 69 84 </dd> … … 94 109 the testimonials page. 95 110 <br /><br /> 96 ABCL 0.12.0 fails 44 out of 21702 tests in the GCL ANSI test suite 97 in interpreted mode. In compiled mode ABCL 0.12.0 fails 48 tests, 98 coming from ca 65 in the last release. 99 Most notable recent fixes relate to special variables handling 100 and making sure the compiler uses the correct environments with, e.g., 101 LET/LET* and FLET/LABELS. 111 ABCL 0.13.0 fails 44 out of 21702 tests in the ANSI test suite 112 in interpreted mode. In compiled mode ABCL 0.13.0 also fails 44 tests, 113 coming from ca 48 in the last release. 114 Most notable recent fixes relate to issues found through running 115 the Maxima test suite. 0.13.0 is now able to run the test suite 116 without crashing. Before, some testcases could not be completed, 117 causing Java side errors. This is the issue resolved. The Maxima 118 tests don't run without errors, still. 102 119 <br /><br /> 103 ABCL's CLOS is intolerablyslow and does not handle on-the-fly120 ABCL's CLOS is slow and does not handle on-the-fly 104 121 redefinition of classes correctly. There is no support for the long 105 122 form of DEFINE-METHOD-COMBINATION, and certain other required CLOS … … 107 124 CL-PPCRE, if you're in no hurry. There's no MOP worth mentioning. 108 125 <br /><br /> 109 Since this is an early publicrelease, there might be build problems as126 Since this is an early release, there might be build problems as 110 127 well as runtime bugs. 111 128 <br /><br /> … … 135 152 is recommended. There are 136 153 <a href="http://sourceforge.net/mailarchive/message.php?msg_name=20070218045318.5111%40stephen"> 137 138 performance issues</a> with early versions of Java 1.6. To build ABCL, you'll need 139 the full JDK; the JRE is not enough. <br /> 140 <em>Recent performance tests have shown Java 1.6 Update 10 - a Release 141 Candidate as of this writing - to be as fast as Java 1.5.</em> </dd> 154 performance issues</a> with versions of Java 1.6 prior to update 10. 155 To build ABCL, you'll need the full JDK; the JRE is not enough. <br /> 156 <em>Recent performance tests have shown Java 1.6 Update 10 to be as fast 157 as Java 1.5.</em> </dd> 142 158 </dl> 143 159
Note: See TracChangeset
for help on using the changeset viewer.