Changeset 11694
- Timestamp:
- 03/01/09 21:58:34 (14 years ago)
- Location:
- public_html
- Files:
-
- 1 added
- 2 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 -
public_html/testimonials.shtml
r11380 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 dt { margin-top: 1cm; 11 font-weight: bold; 12 font-family: sans-serif; 13 font-size: 105%; } 14 dd { margin-top: 0.3cm; 15 // font-family: sans-serif; 16 font-size: 90% } 17 </style> 9 18 </head> 10 19 11 20 <body> 21 <div class="header"> 22 <h1><!--#include virtual="project-name" --></h1> 23 </div> 24 25 <div style="margin-top:3cm;margin-right:1cm;float:left;width:20ex;background-color:#fea;font-family:sans-serif;font-size:12px;padding:10px 5px 10px 5px"> 26 <b><a href="./">Project page</a><br /> 27 <a href="./testimonials.shtml">Testimonials</a> 28 </b> 29 </div><div style="float:left;width:80ex;margin-top:1cm"> 12 30 13 31 <h1>Testimonials</h1> 14 32 33 <dl> 34 <dt>Brad Garton (Columbia University Computer Music Center) 35 </dt> 36 <dd> 37 "I used ABCL (older, v. 0.0.10) as the interpreter 38 underlying an object for a music/media graphical programming 39 environment called <a href="http://www.cycling74.com/products/max5">Max/MSP</a>. 40 ABCL allowed me to embed an entire LISP interpreter inside the 41 Max/MSP package, and it has worked extremely well. Max/MSP 42 is designed primarily for real-time/interactive applications, 43 used a lot by computer music academics, DJs/VJs, bizarro jazz 44 performers, audio plugin developers, etc. With the embedded 45 abcl object, I am able to schedule LISP functions and work 46 interactively with complex processes -- <b>the abcl interpreter 47 has been rock-solid!</b> <br /> 48 <br /> 49 The source for the object is here (scroll down to the bottom of 50 the page):<br /> 51 <br /> 52 <a style="align:center" href="http://music.columbia.edu/~brad/maxlispj/">http://music.columbia.edu/~brad/maxlispj/</a><br /> 53 <br /> 54 And I also used it extensively in a large application built with 55 Max/MSP... it's an interactive 'book' where the generative music 56 follows what a reader is reading and creates an appropriate sound 57 setting for the text:<br /> 58 <br /> 59 <a style="align:center" href="http://music.columbia.edu/~brad/BookOfDreams/">http://music.columbia.edu/~brad/BookOfDreams/</a><br /> 60 <br /> 61 The music performance model underlying the shawm-like melodies 62 is all coded using abcl.<br /> 63 <br /> 64 So to all of you who have contributed (and still contribute!) to 65 the development of this terrific package, a big THANK YOU!!!" 66 </dt> 15 67 16 <dl> 68 <dt>Alessio Stalla 69 </dt> 70 <dd>I'm currently integrating ABCL in a small, unreleased open source 71 project. It's a sort of graphical object browser for Java (but its GUI 72 sucks badly for now...). It can be run locally or as a client-server 73 application. I'm adding scripting support so you can access some 74 functionality from Lisp (or in principle any other Java Scripting API 75 compatible script engine, though I'm focusing on ABCL). 76 </dd> 77 17 78 <dt>Hunter Monroe 18 79 </dt> … … 22 83 tests crash the suite. If you want to compile Maxima with ABCL lisp, check 23 84 out the Maxima source code and following the instructions in INSTALL.lisp." 85 </dd> 86 87 <dt>Ted Kosan 88 </dt> 89 <dd>I am in the process of integrating ABCL with <a href="http://mathrider.org">MathRider</a> in preparation for when Maxima is able to run on it. 24 90 </dd> 25 91 … … 48 114 </dd> 49 115 50 <dt>Alessio Stalla51 </dt>52 <dd>I'm currently integrating ABCL in a small, unreleased open source53 project. It's a sort of graphical object browser for Java (but its GUI54 sucks badly for now...). It can be run locally or as a client-server55 application. I'm adding scripting support so you can access some56 functionality from Lisp (or in principle any other Java Scripting API57 compatible script engine, though I'm focusing on ABCL).58 </dd>59 60 <dt>Ted Kosan61 </dt>62 <dd>I am in the process of integrating ABCL with <a href="http://mathrider.org">MathRider</a> in preparation for when Maxima is able to run on it.63 </dd>64 65 116 </dl> 66 117 </div> 67 118 </body> 68 119 </html>
Note: See TracChangeset
for help on using the changeset viewer.