Changeset 11694


Ignore:
Timestamp:
03/01/09 21:58:34 (14 years ago)
Author:
ehuelsmann
Message:

Update website to show our new release.

Location:
public_html
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • public_html/index.shtml

    r11474 r11694  
    77  <link rel="stylesheet" type="text/css" href="style.css"/>
    88  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
     9<style>
     10td { font-size: 90%; padding: 0 5px 0 5px }
     11th { font-weight: bold; align: center; padding: 0 5px 0 5px }
     12</style>
    913</head>
    1014
     
    1317   <h1><!--#include virtual="project-name" --></h1>
    1418 </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>
    1833</div>
    1934
     
    3752      <br /><br />
    3853      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.
    4055      <br /><br />
    4156      ABCL is free software and comes with ABSOLUTELY NO WARRANTY.
    4257      <br /><br />
    43       The latest version is 0.12.0, released December 14, 2008.
     58      The latest version is 0.13.0, released February 28, 2009.
    4459  </dd>
    4560</dl>
     
    6277  <dd>
    6378
    64       <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.12.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>
    6580      (source, 656652 bytes)
    6681      <br /><br />
    67       <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.12.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>
    6883      (source, 1130754 bytes)
    6984  </dd>
     
    94109        the testimonials page.
    95110        <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.
    102119        <br /><br />
    103         ABCL's CLOS is intolerably slow and does not handle on-the-fly
     120        ABCL's CLOS is slow and does not handle on-the-fly
    104121        redefinition of classes correctly. There is no support for the long
    105122        form of DEFINE-METHOD-COMBINATION, and certain other required CLOS
     
    107124        CL-PPCRE, if you're in no hurry. There's no MOP worth mentioning.
    108125        <br /><br />
    109         Since this is an early public release, there might be build problems as
     126        Since this is an early release, there might be build problems as
    110127        well as runtime bugs.
    111128        <br /><br />
     
    135152    is recommended. There are
    136153    <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>
    142158</dl>
    143159
  • public_html/testimonials.shtml

    r11380 r11694  
    77  <link rel="stylesheet" type="text/css" href="style.css"/>
    88  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
     9  <style>
     10dt { margin-top: 1cm;
     11     font-weight: bold;
     12     font-family: sans-serif;
     13     font-size: 105%; }
     14dd { margin-top: 0.3cm;
     15    // font-family: sans-serif;
     16     font-size: 90% }
     17  </style>
    918</head>
    1019
    1120<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">
    1230
    1331<h1>Testimonials</h1>
    1432
     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
     38underlying an object for a music/media graphical programming
     39environment called <a href="http://www.cycling74.com/products/max5">Max/MSP</a>.
     40ABCL allowed me to embed an entire LISP interpreter inside the
     41Max/MSP package, and it has worked extremely well.  Max/MSP
     42is designed primarily for real-time/interactive applications,
     43used a lot by computer music academics, DJs/VJs, bizarro jazz
     44performers, audio plugin developers, etc.  With the embedded
     45abcl object, I am able to schedule LISP functions and work
     46interactively with complex processes -- <b>the abcl interpreter
     47has been rock-solid!</b> <br />
     48<br />
     49The source for the object is here (scroll down to the bottom of
     50the 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 />
     54And I also used it extensively in a large application built with
     55Max/MSP... it's an interactive 'book' where the generative music
     56follows what a reader is reading and creates an appropriate sound
     57setting 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 />
     61The music performance model underlying the shawm-like melodies
     62is all coded using abcl.<br />
     63<br />
     64So to all of you who have contributed (and still contribute!) to
     65the development of this terrific package, a big THANK YOU!!!"
     66</dt>
    1567
    16 <dl>
     68<dt>Alessio Stalla
     69</dt>
     70<dd>I'm currently integrating ABCL in a small, unreleased open source
     71project. It's a sort of graphical object browser for Java (but its GUI
     72sucks badly for now...). It can be run locally or as a client-server
     73application. I'm adding scripting support so you can access some
     74functionality from Lisp (or in principle any other Java Scripting API
     75compatible script engine, though I'm focusing on ABCL).
     76</dd>
     77
    1778<dt>Hunter Monroe
    1879</dt>
     
    2283tests crash the suite. If you want to compile Maxima with ABCL lisp, check
    2384out 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.
    2490</dd>
    2591
     
    48114</dd>
    49115
    50 <dt>Alessio Stalla
    51 </dt>
    52 <dd>I'm currently integrating ABCL in a small, unreleased open source
    53 project. It's a sort of graphical object browser for Java (but its GUI
    54 sucks badly for now...). It can be run locally or as a client-server
    55 application. I'm adding scripting support so you can access some
    56 functionality from Lisp (or in principle any other Java Scripting API
    57 compatible script engine, though I'm focusing on ABCL).
    58 </dd>
    59 
    60 <dt>Ted Kosan
    61 </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 
    65116</dl>
    66 
     117</div>
    67118</body>
    68119</html>
Note: See TracChangeset for help on using the changeset viewer.