1 | <?xml version="1.0"?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
5 | <head> |
---|
6 | <title><!--#include virtual="project-name" -->: Testimonials</title> |
---|
7 | <link rel="stylesheet" type="text/css" href="style.css"/> |
---|
8 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> |
---|
9 | </head> |
---|
10 | |
---|
11 | <body> |
---|
12 | |
---|
13 | <h1>Testimonials</h1> |
---|
14 | |
---|
15 | |
---|
16 | <dl> |
---|
17 | <dt>Hunter Monroe |
---|
18 | </dt> |
---|
19 | <dd>"Maxima algebraic computation software compiles with ABCL. The test suite |
---|
20 | runs fairly quickly on Windows XP and, after work by Robert Dodier, 86 |
---|
21 | percent of the test suite is passed successfully, although some individual |
---|
22 | tests crash the suite. If you want to compile Maxima with ABCL lisp, check |
---|
23 | out the Maxima source code and following the instructions in INSTALL.lisp." |
---|
24 | </dd> |
---|
25 | |
---|
26 | <dt>Alex Mizhari |
---|
27 | </dt> |
---|
28 | <dd> |
---|
29 | |
---|
30 | I'm using ABCL for various web projects since aproximately 2004. None of them have gone public (so far), so i can't give a link. |
---|
31 | I released sort of framework for building web apps with ABCL was released into |
---|
32 | open source: <a href="http://abcl-web.sourceforge.net/">abcl-web</a>. |
---|
33 | Another thing probably worth mentioning -- bindings to Jena2 RDF/SPARQL library: |
---|
34 | http://abcl-web.sourceforge.net/rdf.html (it's sort of incomplete but usable, i think). |
---|
35 | <br /> |
---|
36 | What i like in ABCL is that it has reasonably stable multithreading, does |
---|
37 | not crash unpredictably (unlike some other implementations) and can be |
---|
38 | fixed in more-or-less easy way if something goes bad, and access to Java |
---|
39 | libs, of course. I had some problems with it, though, to name some: |
---|
40 | <ul> |
---|
41 | <li>SLIME being botched (i suspect due to CLOS invoking compiler which is not |
---|
42 | reentrant),</li> |
---|
43 | <li>CLOS not thread safe,</li> |
---|
44 | <li>compiler producing wrong code.</li> |
---|
45 | </ul> |
---|
46 | That certainly made experience with ABCL less pleasant that it could be, |
---|
47 | but in general it was more-or-less good. |
---|
48 | </dd> |
---|
49 | |
---|
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 | |
---|
65 | </dl> |
---|
66 | |
---|
67 | </body> |
---|
68 | </html> |
---|