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>Armed Bear Common Lisp (ABCL) - Common Lisp on the JVM</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 type="text/css"> |
---|
10 | td { font-size: 90%; padding: 0 5px 0 5px } |
---|
11 | th { font-weight: bold; align: center; padding: 0 5px 0 5px } |
---|
12 | dt { font-weight: bold } |
---|
13 | dd dt { font-weight: bold; font-style: italic } |
---|
14 | </style> |
---|
15 | </head> |
---|
16 | |
---|
17 | <body> |
---|
18 | <div class="header"> |
---|
19 | <h1>Armed Bear Common Lisp (ABCL) - Common Lisp on the JVM</h1> |
---|
20 | </div> |
---|
21 | |
---|
22 | <!--#include virtual="left-menu" --> |
---|
23 | |
---|
24 | <div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif"> |
---|
25 | <table style="margin-top:1cm" cellspacing="15" cellpadding="0" > |
---|
26 | <tr><td colspan="2" class="summary-header">Project description</td></tr> |
---|
27 | <tr><td colspan="2"><b>ABCL</b> is a full implementation of the <b>Common Lisp</b> language |
---|
28 | featuring both <b>an interpreter and a compiler</b>, running in the <b>JVM</b>. Originally |
---|
29 | started to be a scripting language for the J editor, it now supports <b>JSR-233 |
---|
30 | (Java scripting API)</b>: it can be a scripting engine in any Java application. |
---|
31 | Additionally, it can be used to implement (parts of) the application |
---|
32 | using <b>Java to Lisp integration</b> APIs. |
---|
33 | </td></tr> |
---|
34 | <tr><td class="summary-header" colspan="2"><a href="http://downloads.sourceforge.net/armedbear-j/abc/abcl-src-0.15.0.tgz" style="color:yellow"> |
---|
35 | Download your copy from SourceForge: 0.15.0</a> <a href="http://downloads.sourceforge.net/armedbear-j/abc/abcl-src-0.15.0.zip" style="font-size:75%;color:yellow;font-weight:normal">(zip)</a></td></tr> |
---|
36 | <tr> |
---|
37 | <td class="summary-header">Users |
---|
38 | <span>(development <em>with</em> ABCL)</span></td> |
---|
39 | <td class="summary-header">Developers |
---|
40 | <span>(development <em>of</em> ABCL)</span> </td> |
---|
41 | </tr> |
---|
42 | <tr> |
---|
43 | <td> |
---|
44 | <ul> |
---|
45 | <li> <a href="faq.shtml">FAQ</a> </li> |
---|
46 | <li> Introduction: <a href="doc/abcl-install-with-java.html">building |
---|
47 | & running</a> </li> |
---|
48 | <li> Documentation </li> |
---|
49 | <li> <a href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">Examples</a> </li> |
---|
50 | <li> <a href="testimonials.shtml">Testimonials</a> </li> |
---|
51 | <li> Bug reporting </li> |
---|
52 | </ul> |
---|
53 | </td> |
---|
54 | <td> |
---|
55 | <ul> |
---|
56 | <li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">the old mailing list (abandoned)</a></li> |
---|
57 | <li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li> |
---|
58 | <li> Repository </li> |
---|
59 | <li> Technical wiki </li> |
---|
60 | <li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li> |
---|
61 | <li> <a href="contributing.shtml">Contributing</a> </li> |
---|
62 | </ul> |
---|
63 | </td> |
---|
64 | </tr> |
---|
65 | <tr> |
---|
66 | <td class="summary-header" colspan="2">Licensing </td> |
---|
67 | </tr> |
---|
68 | <tr> |
---|
69 | <td colspan="2"> |
---|
70 | ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html"> |
---|
71 | GNU General Public License</a> with |
---|
72 | <a href="http://www.gnu.org/software/classpath/license.html" title="Classpath exception and clarification">Classpath exception</a>, meaning that you can |
---|
73 | use ABCL in your application without the requirement to open the |
---|
74 | sources to your application. |
---|
75 | </td> |
---|
76 | </tr> |
---|
77 | <tr> |
---|
78 | <td class="summary-header">System requirements <span>(Users)</span></td> |
---|
79 | <td class="summary-header">System requirements <span>(Developers)</span></td> |
---|
80 | </tr> |
---|
81 | <tr> |
---|
82 | <td> |
---|
83 | <ul> |
---|
84 | <li> JRE 1.5.0 (any patch level), or </li> |
---|
85 | <li> JRE 1.6.0 (patch level 10 or higher) </li> |
---|
86 | <li> One of the explicitly supported platforms: <br /> |
---|
87 | Windows, Linux, MacOS X, OpenBSD, NetBSD, <br /> |
---|
88 | FreeBSD or Google App Engine</li> |
---|
89 | </ul> |
---|
90 | </td> |
---|
91 | <td> |
---|
92 | <ul> |
---|
93 | <li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li> |
---|
94 | <li> <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 1.6.0 (patch level 10 or higher)</a> </li> |
---|
95 | <li> <a href="http://ant.apache.org">Ant</a> version <a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip">1.7.1</a> or higher, <em>or</em> </li> |
---|
96 | <li> A Lisp to run the lisp-based build system </li> |
---|
97 | </ul> |
---|
98 | </td> |
---|
99 | </tr> |
---|
100 | </table> |
---|
101 | </div> |
---|
102 | |
---|
103 | <div style="float:left;width:100%"> |
---|
104 | <hr /> |
---|
105 | <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p> |
---|
106 | |
---|
107 | <div class="check"> |
---|
108 | <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> |
---|
109 | </div> |
---|
110 | <div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 12007 2009-06-07 21:15:29Z ehuelsmann $</div> |
---|
111 | </div> |
---|
112 | </body> |
---|
113 | </html> |
---|