1 | <!DOCTYPE html> |
---|
2 | <html 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 style="margin-top: 1cm" cellpadding="0" cellspacing="15" > |
---|
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 style="margin-left: 10%; margin-right: 10%; |
---|
66 | margin-top: 0; margin-bottom: 0; font-size: bigger"> |
---|
67 | <b>Armed Bear Common Lisp</b> (ABCL) is a full implementation of the <b>Common Lisp</b> |
---|
68 | language featuring both <b>an interpreter and a compiler</b>, |
---|
69 | running in the <b>JVM</b>. Originally started to be a scripting |
---|
70 | language for the J editor, it now supports <b>JSR-223 (Java |
---|
71 | scripting API)</b>: it can be a scripting engine in any Java |
---|
72 | application. Additionally, it can be used to implement (parts of) |
---|
73 | the application using <b>Java to Lisp integration</b> APIs. |
---|
74 | </p> |
---|
75 | </td> |
---|
76 | </tr> |
---|
77 | |
---|
78 | <tr> |
---|
79 | <td class="summary-header">Users |
---|
80 | <span>(development <em>with</em> ABCL)</span></td> |
---|
81 | <td class="summary-header">Developers |
---|
82 | <span>(development <em>of</em> ABCL)</span> </td> |
---|
83 | </tr> |
---|
84 | |
---|
85 | <tr> |
---|
86 | <td> |
---|
87 | <ul> |
---|
88 | <li> <a href="faq.shtml">FAQ</a> </li> |
---|
89 | <li> <a href="https://abcl-dev.blogspot.com/"> Blog </a> </li> |
---|
90 | <li> Introduction: <a href="doc/abcl-install-with-java.html">building & running</a> </li> |
---|
91 | <li> <a href="doc/abcl-user.html">Documentation</a> </li> |
---|
92 | <li> <a href="https://abcl.org/svn/trunk/abcl/examples">Examples</a> </li> |
---|
93 | <li> <a href="testimonials.shtml">Testimonials</a> </li> |
---|
94 | <li> <a href="bugreporting.shtml">Bug reporting</a> </li> |
---|
95 | </ul> |
---|
96 | </td> |
---|
97 | <td> |
---|
98 | <ul> |
---|
99 | <li> <a href="https://mailman.common-lisp.net/pipermail/armedbear-devel/">Mailing list</a></li> |
---|
100 | <li> <a href="faq.shtml#repository">Source repository</a> </li> |
---|
101 | <li> <a href="https://abcl.org/trac/wiki/TitleIndex">Technical wiki</a> </li> |
---|
102 | <li> <a href="https://abcl.org/trac/report/1">Bug tracker</a> </li> |
---|
103 | <li> <a href="contributing.shtml">Contributing</a> </li> |
---|
104 | </ul> |
---|
105 | </td> |
---|
106 | </tr> |
---|
107 | |
---|
108 | <tr> |
---|
109 | <td class="summary-header">System requirements <span>(Users)</span></td> |
---|
110 | <td class="summary-header">System requirements <span>(Developers)</span></td> |
---|
111 | </tr> |
---|
112 | |
---|
113 | <tr> |
---|
114 | <td> |
---|
115 | <p> |
---|
116 | Supported Java Runtimes |
---|
117 | </p> |
---|
118 | <ul> |
---|
119 | <li> |
---|
120 | <a href="https://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jre-6u34-oth-JPR"> |
---|
121 | Java SE 6 (patch level 10 or higher) |
---|
122 | </a> |
---|
123 | </li> |
---|
124 | <li> |
---|
125 | <a href="https://www.oracle.com/java/technologies/javase-java-archive-javase7downloads.html"> |
---|
126 | Java SE 7 |
---|
127 | </a> |
---|
128 | </li> |
---|
129 | <li> |
---|
130 | <a href="https://www.oracle.com/java/technologies/javase-jdk8-downloads.html"> |
---|
131 | Java SE 8 |
---|
132 | </a> |
---|
133 | </li> |
---|
134 | <li> |
---|
135 | <a href="https://www.oracle.com/java/technologies/javase-jdk11-downloads.html"> |
---|
136 | Java SE 11 |
---|
137 | </a> |
---|
138 | </li> |
---|
139 | <li> |
---|
140 | <a href="https://www.oracle.com/java/technologies/javase/jdk13-archive-downloads.html"> |
---|
141 | Java SE 13 |
---|
142 | </a> |
---|
143 | </li> |
---|
144 | <li> |
---|
145 | <a href="https://www.oracle.com/java/technologies/javase/jdk13-archive-downloads.html"> |
---|
146 | Java SE 14 |
---|
147 | </a> |
---|
148 | </li> |
---|
149 | </ul> |
---|
150 | <p style="max-width: 7cm"> |
---|
151 | Running on one of the explictly supported platforms: |
---|
152 | Windows, Linux, MacOS X, OpenBSD, |
---|
153 | NetBSD, |
---|
154 | FreeBSD, Solaris or Google App Engine |
---|
155 | </p> |
---|
156 | </td> |
---|
157 | |
---|
158 | <td> |
---|
159 | <p>Supported Java build platforms</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://www.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 style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 "> |
---|
210 | ABCL is covered by the <a href="https://www.gnu.org/copyleft/gpl.html"> |
---|
211 | GNU General Public License</a> with <a |
---|
212 | href="https://www.gnu.org/software/classpath/license.html" |
---|
213 | title="Classpath exception and clarification">Classpath exception</a>, |
---|
214 | meaning that you can use ABCL in your application without the |
---|
215 | requirement to open the sources to your application. |
---|
216 | </p> |
---|
217 | </td> |
---|
218 | </tr> |
---|
219 | </table> |
---|
220 | </div> |
---|
221 | </div> |
---|
222 | |
---|
223 | <div style="float:left;width:100%"> |
---|
224 | <hr /> |
---|
225 | <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a>.</p> |
---|
226 | <div class="check"> |
---|
227 | <a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fabcl.org%2F">HTML 5 validation</a> |
---|
228 | </div> |
---|
229 | <div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 15272 2020-04-28 13:56:13Z mevenson $</div> |
---|
230 | </div> |
---|
231 | </body> |
---|
232 | </html> |
---|