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 | dt { font-weight: bold } |
---|
12 | dd dt { font-weight: bold; font-style: italic } |
---|
13 | |
---|
14 | table.downloads { |
---|
15 | color: black; |
---|
16 | font-weight: bold; |
---|
17 | font-size: larger; |
---|
18 | } |
---|
19 | table.downloads a { |
---|
20 | font-weight: normal; |
---|
21 | font-size:smaller; |
---|
22 | } |
---|
23 | |
---|
24 | table.downloads a.asc { |
---|
25 | font-size: smaller; |
---|
26 | } |
---|
27 | |
---|
28 | td ul { margin:0 } |
---|
29 | |
---|
30 | </style> |
---|
31 | </head> |
---|
32 | |
---|
33 | <body> |
---|
34 | <div class="header"> |
---|
35 | <h1>Armed Bear Common Lisp (ABCL) - Common Lisp on the JVM</h1> |
---|
36 | </div> |
---|
37 | |
---|
38 | <!--#include virtual="left-menu" --> |
---|
39 | |
---|
40 | <div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif"> |
---|
41 | <table style="margin-top:1cm" cellpadding="0" cellspacing="15" > |
---|
42 | |
---|
43 | <tr><td colspan="2" class="summary-header">Project description</td></tr> |
---|
44 | |
---|
45 | <tr><td colspan="2"> |
---|
46 | <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0"> |
---|
47 | <b>ABCL</b> is a full implementation of the <b>Common Lisp</b> |
---|
48 | language featuring both <b>an interpreter and a compiler</b>, |
---|
49 | running in the <b>JVM</b>. Originally started to be a scripting |
---|
50 | language for the J editor, it now supports <b>JSR-233 (Java |
---|
51 | scripting API)</b>: it can be a scripting engine in any Java |
---|
52 | application. Additionally, it can be used to implement (parts of) |
---|
53 | the application using <b>Java to Lisp integration</b> APIs. |
---|
54 | </p> |
---|
55 | </td></tr> |
---|
56 | |
---|
57 | <tr><td colspan="2" class="summary-header">Downloads</td></tr> |
---|
58 | |
---|
59 | <tr><td colspan="2" align="center"> |
---|
60 | <table class="downloads"> |
---|
61 | <tr> |
---|
62 | <td style="font-weight: bold">Binary</td> |
---|
63 | <td> |
---|
64 | <a href="releases/0.22.0/abcl-bin-0.22.0.tar.gz">abcl-bin-0.22.0.tar.gz</a> |
---|
65 | <a href="releases/0.22.0/abcl-bin-0.22.0.tar.gz.asc" class="asc">(pgp)</a> |
---|
66 | </td> |
---|
67 | <td> |
---|
68 | <a href="releases/0.22.0/abcl-bin-0.22.0.zip">abcl-bin-0.22.0.zip</a> |
---|
69 | <a href="releases/0.22.0/abcl-bin-0.22.0.zip.asc" class="asc">(pgp)</a> |
---|
70 | </td> |
---|
71 | </tr> |
---|
72 | |
---|
73 | <tr> |
---|
74 | <td style="font-weight: bold">Source</td> |
---|
75 | <td> |
---|
76 | <a href="releases/0.22.0/abcl-src-0.22.0.tar.gz">abcl-src-0.22.0.tar.gz</a> |
---|
77 | <a href="releases/0.22.0/abcl-src-0.22.0.tar.gz.asc" class="asc">(pgp)</a> |
---|
78 | </td> |
---|
79 | <td> |
---|
80 | <a href="releases/0.22.0/abcl-src-0.22.0.zip">abcl-src-0.22.0.zip</a> |
---|
81 | <a href="releases/0.22.0/abcl-src-0.22.0.zip.asc" class="asc">(pgp)</a> |
---|
82 | </td> |
---|
83 | </tr> |
---|
84 | |
---|
85 | </table> |
---|
86 | </td> </tr> |
---|
87 | |
---|
88 | <tr> |
---|
89 | <td class="summary-header">Users |
---|
90 | <span>(development <em>with</em> ABCL)</span></td> |
---|
91 | <td class="summary-header">Developers |
---|
92 | <span>(development <em>of</em> ABCL)</span> </td> |
---|
93 | </tr> |
---|
94 | |
---|
95 | <tr> |
---|
96 | |
---|
97 | <td> |
---|
98 | <ul> |
---|
99 | <li> <a href="faq.shtml">FAQ</a> </li> |
---|
100 | <li> <a href="http://abcl-dev.blogspot.com/"> Blog </a> </li> |
---|
101 | <li> Introduction: <a href="doc/abcl-install-with-java.html">building & running</a> </li> |
---|
102 | <li> <a href="doc/abcl-user.html">Documentation</a> </li> |
---|
103 | <li> <a href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples">Examples</a> </li> |
---|
104 | <li> <a href="testimonials.shtml">Testimonials</a> </li> |
---|
105 | <li> <a href="bugreporting.shtml">Bug reporting</a> </li> |
---|
106 | </ul> |
---|
107 | </td> |
---|
108 | |
---|
109 | <td> |
---|
110 | <ul> |
---|
111 | <li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a |
---|
112 | href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">the old mailing list (abandoned)</a></li> |
---|
113 | <li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li> |
---|
114 | <li> <a href="faq.shtml#repository">Repository</a> </li> |
---|
115 | <li> <a href="http://trac.common-lisp.net/armedbear/wiki/TitleIndex">Technical wiki</a> </li> |
---|
116 | <li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li> |
---|
117 | <li> <a href="contributing.shtml">Contributing</a> </li> |
---|
118 | </ul> |
---|
119 | </td> |
---|
120 | </tr> |
---|
121 | |
---|
122 | <tr> |
---|
123 | <td class="summary-header" colspan="2">Licensing </td> |
---|
124 | </tr> |
---|
125 | <tr> |
---|
126 | <td colspan="2" > |
---|
127 | |
---|
128 | <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 "> |
---|
129 | ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html"> |
---|
130 | GNU General Public License</a> with <a |
---|
131 | href="http://www.gnu.org/software/classpath/license.html" |
---|
132 | title="Classpath exception and clarification">Classpath exception</a>, |
---|
133 | meaning that you can use ABCL in your application without the |
---|
134 | requirement to open the sources to your application. |
---|
135 | </p> |
---|
136 | |
---|
137 | </td> |
---|
138 | </tr> |
---|
139 | |
---|
140 | <tr> |
---|
141 | <td class="summary-header">System requirements <span>(Users)</span></td> |
---|
142 | <td class="summary-header">System requirements <span>(Developers)</span></td> |
---|
143 | </tr> |
---|
144 | |
---|
145 | <tr> |
---|
146 | <td> |
---|
147 | <ul> |
---|
148 | <li> JRE 1.5.0 (any patch level), or </li> |
---|
149 | <li> JRE 1.6.0 (patch level 10 or higher) </li> |
---|
150 | <li> One of the explicitly supported platforms: <br /> |
---|
151 | Windows, Linux, MacOS X, OpenBSD, NetBSD, <br /> |
---|
152 | FreeBSD or Google App Engine</li> |
---|
153 | </ul> |
---|
154 | </td> |
---|
155 | |
---|
156 | <td> |
---|
157 | <ul> |
---|
158 | <li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li> |
---|
159 | <li> <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 1.6.0 (patch level 10 or higher)</a> </li> |
---|
160 | <li> <a href="http://ant.apache.org">Ant</a> version <a |
---|
161 | 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> |
---|
162 | <li> A Lisp to run the lisp-based build system </li> |
---|
163 | </ul> |
---|
164 | </td> |
---|
165 | </tr> |
---|
166 | |
---|
167 | </table> |
---|
168 | |
---|
169 | </div> |
---|
170 | |
---|
171 | <div style="float:left;width:100%"> |
---|
172 | <hr /> |
---|
173 | <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p> |
---|
174 | |
---|
175 | <div class="check"> |
---|
176 | <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> |
---|
177 | </div> |
---|
178 | <div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 12976 2010-10-16 21:21:33Z ehuelsmann $</div> |
---|
179 | </div> |
---|
180 | </body> |
---|
181 | </html> |
---|