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 | <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> |
---|
18 | </head> |
---|
19 | |
---|
20 | <body> |
---|
21 | <div class="header"> |
---|
22 | <h1><!--#include virtual="project-name" --></h1> |
---|
23 | </div> |
---|
24 | |
---|
25 | <!--#include virtual="left-menu" --> |
---|
26 | |
---|
27 | <div style="float:left;width:80ex;margin-top:1cm"> |
---|
28 | |
---|
29 | <h1>Testimonials</h1> |
---|
30 | |
---|
31 | <dl> |
---|
32 | <dt>David Kirkman (Astronomer at University of California, San Diego) |
---|
33 | - June 7, 2010</dt> |
---|
34 | <dd> |
---|
35 | "I've been using ABCL to help position the Keck telescope on targets |
---|
36 | that are too faint to see with the slit guider. I used code I |
---|
37 | created in 1994 - in Lisp - for the exact calculations and combined it |
---|
38 | with Java libraries for getting images in and displaying things. The |
---|
39 | Lisp code ran unmodified. And what's more: I can run it all on my |
---|
40 | Windows laptop!<br /> <br /> |
---|
41 | The original project went so well that I stared to do new work in Lisp again." |
---|
42 | </dd> |
---|
43 | |
---|
44 | <dt>Brad Garton (Columbia University Computer Music Center) |
---|
45 | </dt> |
---|
46 | <dd> |
---|
47 | "I used ABCL (older, v. 0.0.10) as the interpreter |
---|
48 | underlying an object for a music/media graphical programming |
---|
49 | environment called <a href="http://www.cycling74.com/products/max5">Max/MSP</a>. |
---|
50 | ABCL allowed me to embed an entire LISP interpreter inside the |
---|
51 | Max/MSP package, and it has worked extremely well. Max/MSP |
---|
52 | is designed primarily for real-time/interactive applications, |
---|
53 | used a lot by computer music academics, DJs/VJs, bizarro jazz |
---|
54 | performers, audio plugin developers, etc. With the embedded |
---|
55 | abcl object, I am able to schedule LISP functions and work |
---|
56 | interactively with complex processes -- <b>the abcl interpreter |
---|
57 | has been rock-solid!</b> <br /> |
---|
58 | <br /> |
---|
59 | The source for the object is here (scroll down to the bottom of |
---|
60 | the page):<br /> |
---|
61 | <br /> |
---|
62 | <a style="align:center" href="http://music.columbia.edu/~brad/maxlispj/">http://music.columbia.edu/~brad/maxlispj/</a><br /> |
---|
63 | <br /> |
---|
64 | And I also used it extensively in a large application built with |
---|
65 | Max/MSP... it's an interactive 'book' where the generative music |
---|
66 | follows what a reader is reading and creates an appropriate sound |
---|
67 | setting for the text:<br /> |
---|
68 | <br /> |
---|
69 | <a style="align:center" href="http://music.columbia.edu/~brad/BookOfDreams/">http://music.columbia.edu/~brad/BookOfDreams/</a><br /> |
---|
70 | <br /> |
---|
71 | The music performance model underlying the shawm-like melodies |
---|
72 | is all coded using abcl.<br /> |
---|
73 | <br /> |
---|
74 | So to all of you who have contributed (and still contribute!) to |
---|
75 | the development of this terrific package, a big THANK YOU!!!" |
---|
76 | </dt> |
---|
77 | |
---|
78 | <dt>Alessio Stalla |
---|
79 | </dt> |
---|
80 | <dd>I'm currently integrating ABCL in a small, unreleased open source |
---|
81 | project. It's a sort of graphical object browser for Java (but its GUI |
---|
82 | sucks badly for now...). It can be run locally or as a client-server |
---|
83 | application. I'm adding scripting support so you can access some |
---|
84 | functionality from Lisp (or in principle any other Java Scripting API |
---|
85 | compatible script engine, though I'm focusing on ABCL). |
---|
86 | </dd> |
---|
87 | |
---|
88 | <dt>Hunter Monroe |
---|
89 | </dt> |
---|
90 | <dd>"Maxima algebraic computation software compiles with ABCL. The test suite |
---|
91 | runs fairly quickly on Windows XP and, after work by Robert Dodier, 86 |
---|
92 | percent of the test suite is passed successfully, although some individual |
---|
93 | tests crash the suite. If you want to compile Maxima with ABCL lisp, check |
---|
94 | out the Maxima source code and following the instructions in INSTALL.lisp." |
---|
95 | </dd> |
---|
96 | |
---|
97 | <dt>Ted Kosan |
---|
98 | </dt> |
---|
99 | <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. |
---|
100 | </dd> |
---|
101 | |
---|
102 | |
---|
103 | </dl> |
---|
104 | </div> |
---|
105 | </body> |
---|
106 | </html> |
---|