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