1 | <!DOCTYPE html> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
3 | <head> |
---|
4 | <title>Armed Bear Common Lisp (ABCL) - ANSI Common Lisp on the Java Virtual Machine</title> |
---|
5 | <meta charset="utf-8"/> |
---|
6 | <link rel="stylesheet" type="text/css" href="style.css" /> |
---|
7 | </head> |
---|
8 | |
---|
9 | <body> |
---|
10 | <div id="title" class="header"> |
---|
11 | <h1>Armed Bear Common Lisp (ABCL)</h1> |
---|
12 | </div> |
---|
13 | <div id="container"> |
---|
14 | <!--#include virtual="left-menu" --> |
---|
15 | |
---|
16 | <div id="main" > |
---|
17 | <table id="main-table"> |
---|
18 | |
---|
19 | <tr> |
---|
20 | <td colspan="2" class="summary-header"><a href="releases/">Downloads</a></td> |
---|
21 | </tr> |
---|
22 | |
---|
23 | <tr> |
---|
24 | <!-- FIXME figure out how to align contents in center with CSS --> |
---|
25 | <td colspan="2" id="td.downloads" align="center"> |
---|
26 | <table class="downloads"> |
---|
27 | <tr> |
---|
28 | <td style="font-weight: bold">Binary</td> |
---|
29 | <td> |
---|
30 | <a href="releases/1.9.2/abcl-bin-1.9.2.tar.gz">abcl-bin-1.9.2.tar.gz</a> |
---|
31 | <a href="releases/1.9.2/abcl-bin-1.9.2.tar.gz.asc" class="asc">(pgp)</a> |
---|
32 | </td> |
---|
33 | <td> |
---|
34 | <a href="releases/1.9.2/abcl-bin-1.9.2.zip">abcl-bin-1.9.2.zip</a> |
---|
35 | <a href="releases/1.9.2/abcl-bin-1.9.2.zip.asc" class="asc">(pgp)</a> |
---|
36 | </td> |
---|
37 | <td> |
---|
38 | <a href="releases/1.9.2/abcl-contrib-1.9.2.jar">abcl-contrib-1.9.2.jar</a> |
---|
39 | <a href="releases/1.9.2/abcl-contrib-1.9.2.jar.asc" class="asc">(pgp)</a> |
---|
40 | </td> |
---|
41 | </tr> |
---|
42 | |
---|
43 | <tr> |
---|
44 | <td style="font-weight: bold">Source</td> |
---|
45 | <td> |
---|
46 | <a href="releases/1.9.2/abcl-src-1.9.2.tar.gz">abcl-src-1.9.2.tar.gz</a> |
---|
47 | <a href="releases/1.9.2/abcl-src-1.9.2.tar.gz.asc" class="asc">(pgp)</a> |
---|
48 | </td> |
---|
49 | <td> |
---|
50 | <a href="releases/1.9.2/abcl-src-1.9.2.zip">abcl-src-1.9.2.zip</a> |
---|
51 | <a href="releases/1.9.2/abcl-src-1.9.2.zip.asc" class="asc">(pgp)</a> |
---|
52 | </td> |
---|
53 | <td> |
---|
54 | <a href="https://abcl.org/svn/tags/1.9.2/contrib/"> |
---|
55 | abcl-contrib source |
---|
56 | </a> |
---|
57 | </td> |
---|
58 | </tr> |
---|
59 | </table> |
---|
60 | </td> |
---|
61 | </tr> |
---|
62 | |
---|
63 | <tr> |
---|
64 | <td colspan="2" class="summary-header">ABCL — Common Lisp on the JVM</td> |
---|
65 | </tr> |
---|
66 | |
---|
67 | <tr> |
---|
68 | <td colspan="2"> |
---|
69 | <p id="capsule"> |
---|
70 | <b>Armed Bear Common Lisp</b> (ABCL) is a full implementation of the <b>Common Lisp</b> |
---|
71 | language featuring both <b>an interpreter and a compiler</b>, |
---|
72 | running in the <b>JVM</b>. Originally started to be a scripting |
---|
73 | language for the J editor, it now supports <b>JSR-223 (Java |
---|
74 | scripting API)</b>: it can be a scripting engine in any Java |
---|
75 | application. Additionally, it can be used to implement (parts of) |
---|
76 | the application using <b>Java to Lisp integration</b> APIs. |
---|
77 | </p> |
---|
78 | </td> |
---|
79 | </tr> |
---|
80 | |
---|
81 | <tr> |
---|
82 | <td class="summary-header">Users |
---|
83 | <span>(development <em>with</em> ABCL)</span></td> |
---|
84 | <td class="summary-header">Developers |
---|
85 | <span>(development <em>of</em> ABCL)</span> </td> |
---|
86 | </tr> |
---|
87 | |
---|
88 | <tr> |
---|
89 | <td> |
---|
90 | <ul> |
---|
91 | <li> |
---|
92 | <a href="faq.shtml">Frequently Asked Questions</a> |
---|
93 | </li> |
---|
94 | <li> |
---|
95 | <a href="https://abcl-dev.blogspot.com/">abcl-dev on blogspot</a> |
---|
96 | </li> |
---|
97 | <li> |
---|
98 | <a href="https://twitter.com/armedbear">@armedbear</a> on Twitter. |
---|
99 | </li> |
---|
100 | <li> |
---|
101 | Introduction: <a href="doc/abcl-install-with-java.html">building & running</a> |
---|
102 | </li> |
---|
103 | <li> |
---|
104 | <a href="doc/abcl-user.html">Documentation</a> |
---|
105 | </li> |
---|
106 | <li> |
---|
107 | <a href="https://abcl.org/svn/trunk/abcl/examples">Examples</a> |
---|
108 | </li> |
---|
109 | <li> |
---|
110 | <a href="testimonials.shtml">Testimonials</a> |
---|
111 | </li> |
---|
112 | <li> |
---|
113 | <a href="bugreporting.shtml">Bug reporting</a> |
---|
114 | </li> |
---|
115 | </ul> |
---|
116 | </td> |
---|
117 | <td> |
---|
118 | <ul> |
---|
119 | <li> |
---|
120 | IRC libera.chat #abcl [<a href="https://kiwiirc.com/nextclient/irc.libera.chat/abcl">Chat</a> | <a href="https://irclog.tymoon.eu/libera/%23abcl">View</a>] |
---|
121 | </li> |
---|
122 | <li> |
---|
123 | <a href="https://mailman.common-lisp.net/pipermail/armedbear-devel/">Mailing list</a> |
---|
124 | </li> |
---|
125 | <li> |
---|
126 | <a href="faq.shtml#repository">Source code</a> |
---|
127 | </li> |
---|
128 | <li> |
---|
129 | <a href="https://abcl.org/trac/wiki/TitleIndex">Technical wiki</a> |
---|
130 | </li> |
---|
131 | <li> |
---|
132 | Open issues [ <a href="https://abcl.org/trac/report/1">Trac</a> |
---|
133 | | <a href="https://github.com/armedbear/abcl/issues">Github</a> ] |
---|
134 | </li> |
---|
135 | <li> |
---|
136 | <a href="contributing.shtml">Contributing</a> |
---|
137 | </li> |
---|
138 | </ul> |
---|
139 | </td> |
---|
140 | </tr> |
---|
141 | |
---|
142 | <tr> |
---|
143 | <td class="summary-header">System requirements <span>(Users)</span></td> |
---|
144 | <td class="summary-header">System requirements <span>(Developers)</span></td> |
---|
145 | </tr> |
---|
146 | |
---|
147 | <tr id="requirements"> |
---|
148 | <td> <!-- requirements for users --> |
---|
149 | <p> |
---|
150 | Supported Java Runtimes |
---|
151 | </p> |
---|
152 | <ul> |
---|
153 | <li> |
---|
154 | <a href="https://www.oracle.com/java/technologies/javase-jdk8-downloads.html"> |
---|
155 | Oracle Java SE 8 |
---|
156 | </a> |
---|
157 | </li> |
---|
158 | <li> |
---|
159 | <a href="https://www.oracle.com/java/technologies/javase-jdk11-downloads.html"> |
---|
160 | Oracle Java SE 11 |
---|
161 | </a> |
---|
162 | </li> |
---|
163 | <li> |
---|
164 | <a href="https://adoptium.net/"> |
---|
165 | OpenJDK 17 |
---|
166 | </a> |
---|
167 | </li> |
---|
168 | </ul> |
---|
169 | <p> |
---|
170 | Running on one of the explictly supported platforms: |
---|
171 | Windows, Linux, MacOS X, OpenBSD, NetBSD, FreeBSD, |
---|
172 | Solaris or Google App Engine |
---|
173 | </p> |
---|
174 | </td> |
---|
175 | |
---|
176 | <td> <!-- requirements for developers --> |
---|
177 | <p> |
---|
178 | Supported Java build platforms |
---|
179 | </p> |
---|
180 | <ul> |
---|
181 | <li> |
---|
182 | <a href="https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot"> |
---|
183 | openjdk8 |
---|
184 | </a> |
---|
185 | </li> |
---|
186 | <li> |
---|
187 | <a href="https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot"> |
---|
188 | openjdk11 |
---|
189 | </a> |
---|
190 | </li> |
---|
191 | <li> |
---|
192 | <a href="https://adoptium.net/"> |
---|
193 | OpenJDK 17 |
---|
194 | </a> |
---|
195 | </li> |
---|
196 | <p>And</p> |
---|
197 | <ul> |
---|
198 | <li> |
---|
199 | A copy of <a href="https://ant.apache.org">Apache Ant</a> |
---|
200 | version |
---|
201 | <a href="https://archive.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip">1.7.1</a> |
---|
202 | or higher. |
---|
203 | </li> |
---|
204 | </ul> |
---|
205 | </td> |
---|
206 | </tr> |
---|
207 | |
---|
208 | <tr> |
---|
209 | <td class="summary-header" colspan="2">Licensing</td> |
---|
210 | </tr> |
---|
211 | <tr> |
---|
212 | <td colspan="2" > |
---|
213 | <p id="licensing"> |
---|
214 | The use of Armed Bear Common Lisp (ABCL) is covered by |
---|
215 | the <a href="https://www.gnu.org/copyleft/gpl.html"> |
---|
216 | GNU General Public License</a> |
---|
217 | with <a href="https://www.gnu.org/software/classpath/license.html" |
---|
218 | title="Classpath exception and |
---|
219 | clarification">Classpath exception</a>, meaning that |
---|
220 | you can use ABCL in your application without the |
---|
221 | requirement to open the sources to your application. |
---|
222 | </p> |
---|
223 | </td> |
---|
224 | </tr> |
---|
225 | </table> |
---|
226 | </div> |
---|
227 | </div> |
---|
228 | |
---|
229 | <div class="footer"> |
---|
230 | <hr /> |
---|
231 | <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> |
---|
232 | </div> |
---|
233 | </body> |
---|
234 | </html> |
---|