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 | </head> |
---|
10 | |
---|
11 | <body> |
---|
12 | |
---|
13 | <div id="title" class="header"> |
---|
14 | <h1>Armed Bear Common Lisp (ABCL)</h1> |
---|
15 | </div> |
---|
16 | <div id="container"> |
---|
17 | <!--#include virtual="left-menu" --> |
---|
18 | |
---|
19 | <div id="main" > |
---|
20 | <table style="margin-top: 1cm" cellpadding="0" cellspacing="15" > |
---|
21 | |
---|
22 | <tr><td colspan="2" class="summary-header"><a href="releases/">Downloads</a></td></tr> |
---|
23 | |
---|
24 | <tr><td colspan="2" align="center"> |
---|
25 | <table class="downloads"> |
---|
26 | <tr> |
---|
27 | <td style="font-weight: bold">Binary</td> |
---|
28 | <td> |
---|
29 | <a href="releases/1.5.0/abcl-bin-1.5.0.tar.gz">abcl-bin-1.5.0.tar.gz</a> |
---|
30 | <a href="releases/1.5.0/abcl-bin-1.5.0.tar.gz.asc" class="asc">(pgp)</a> |
---|
31 | </td> |
---|
32 | <td> |
---|
33 | <a href="releases/1.5.0/abcl-bin-1.5.0.zip">abcl-bin-1.5.0.zip</a> |
---|
34 | <a href="releases/1.5.0/abcl-bin-1.5.0.zip.asc" class="asc">(pgp)</a> |
---|
35 | </td> |
---|
36 | <td> |
---|
37 | <a href="releases/1.5.0/abcl-contrib-1.5.0.jar">abcl-contrib-1.5.0.jar</a> |
---|
38 | <a href="releases/1.5.0/abcl-contrib-1.5.0.jar.asc" class="asc">(pgp)</a> |
---|
39 | </td> |
---|
40 | </tr> |
---|
41 | |
---|
42 | <tr> |
---|
43 | <td style="font-weight: bold">Source</td> |
---|
44 | <td> |
---|
45 | <a href="releases/1.5.0/abcl-src-1.5.0.tar.gz">abcl-src-1.5.0.tar.gz</a> |
---|
46 | <a href="releases/1.5.0/abcl-src-1.5.0.tar.gz.asc" class="asc">(pgp)</a> |
---|
47 | </td> |
---|
48 | <td> |
---|
49 | <a href="releases/1.5.0/abcl-src-1.5.0.zip">abcl-src-1.5.0.zip</a> |
---|
50 | <a href="releases/1.5.0/abcl-src-1.5.0.zip.asc" class="asc">(pgp)</a> |
---|
51 | </td> |
---|
52 | <td> |
---|
53 | <a href="http://abcl.org/svn/tags/1.5.0/contrib/"> |
---|
54 | abcl-contrib source |
---|
55 | </a> |
---|
56 | </td> |
---|
57 | </tr> |
---|
58 | </table> |
---|
59 | </td> |
---|
60 | </tr> |
---|
61 | |
---|
62 | <tr> |
---|
63 | <td colspan="2" class="summary-header">ABCL — Common Lisp on the JVM</td> |
---|
64 | </tr> |
---|
65 | |
---|
66 | <tr> |
---|
67 | <td colspan="2"> |
---|
68 | <p style="margin-left: 10%; margin-right: 10%; |
---|
69 | margin-top: 0; margin-bottom: 0; font-size: bigger"> |
---|
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> <a href="faq.shtml">FAQ</a> </li> |
---|
92 | <li> <a href="http://abcl-dev.blogspot.com/"> Blog </a> </li> |
---|
93 | <li> Introduction: <a href="doc/abcl-install-with-java.html">building & running</a> </li> |
---|
94 | <li> <a href="doc/abcl-user.html">Documentation</a> </li> |
---|
95 | <li> <a href="http://abcl.org/svn/trunk/abcl/examples">Examples</a> </li> |
---|
96 | <li> <a href="testimonials.shtml">Testimonials</a> </li> |
---|
97 | <li> <a href="bugreporting.shtml">Bug reporting</a> </li> |
---|
98 | </ul> |
---|
99 | </td> |
---|
100 | <td> |
---|
101 | <ul> |
---|
102 | <li> <a href="https://mailman.common-lisp.net/pipermail/armedbear-devel/">Mailing list</a></li> |
---|
103 | <li> <a href="faq.shtml#repository">Source repository</a> </li> |
---|
104 | <li> <a href="http://abcl.org/trac/wiki/TitleIndex">Technical wiki</a> </li> |
---|
105 | <li> <a href="http://abcl.org/trac/report/1">Bug tracker</a> </li> |
---|
106 | <li> <a href="contributing.shtml">Contributing</a> </li> |
---|
107 | </ul> |
---|
108 | </td> |
---|
109 | </tr> |
---|
110 | |
---|
111 | <tr> |
---|
112 | <td class="summary-header">System requirements <span>(Users)</span></td> |
---|
113 | <td class="summary-header">System requirements <span>(Developers)</span></td> |
---|
114 | </tr> |
---|
115 | |
---|
116 | <tr> |
---|
117 | <td> |
---|
118 | <p> |
---|
119 | One of the following |
---|
120 | </p> |
---|
121 | <ul> |
---|
122 | <li><a href="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jre-6u34-oth-JPR">JRE 1.6.0 (patch level 10 or higher)</a></li> |
---|
123 | <li><a href="http://java.com/en/">JRE 1.7.0</a></li> |
---|
124 | <li><a href="http://java.com/en/">JRE 1.8.0</a></li> |
---|
125 | </ul> |
---|
126 | <p style="max-width: 7cm"> |
---|
127 | Running on one of the explictly supported platforms: |
---|
128 | Windows, Linux, MacOS X, OpenBSD, |
---|
129 | NetBSD, |
---|
130 | FreeBSD, Solaris or Google App Engine |
---|
131 | </p> |
---|
132 | </td> |
---|
133 | |
---|
134 | <td> |
---|
135 | <p>One of the following</p> |
---|
136 | <ul> |
---|
137 | <li> <a href="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html">JDK 1.6.0 (patch level 10 or higher)</a> </li> |
---|
138 | <li> <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK 1.7.0</a> </li> |
---|
139 | <li> <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK 1.8.0</a> </li> |
---|
140 | </ul> |
---|
141 | <p>And either</p> |
---|
142 | <ul> |
---|
143 | <li> <a href="http://ant.apache.org">Ant</a> version <a |
---|
144 | 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> |
---|
145 | <li> A Lisp to run the lisp-based build system </li> |
---|
146 | </ul> |
---|
147 | </td> |
---|
148 | </tr> |
---|
149 | |
---|
150 | <tr> |
---|
151 | <td class="summary-header" colspan="2">Licensing </td> |
---|
152 | </tr> |
---|
153 | <tr> |
---|
154 | <td colspan="2" > |
---|
155 | |
---|
156 | <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 "> |
---|
157 | ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html"> |
---|
158 | GNU General Public License</a> with <a |
---|
159 | href="http://www.gnu.org/software/classpath/license.html" |
---|
160 | title="Classpath exception and clarification">Classpath exception</a>, |
---|
161 | meaning that you can use ABCL in your application without the |
---|
162 | requirement to open the sources to your application. |
---|
163 | </p> |
---|
164 | |
---|
165 | </td> |
---|
166 | </tr> |
---|
167 | |
---|
168 | </table> |
---|
169 | </div> |
---|
170 | </div> |
---|
171 | |
---|
172 | <div style="float:left;width:100%"> |
---|
173 | <hr /> |
---|
174 | <p>Hosted as part of <a href="http://common-lisp.net/">common-lisp.net</a>.</p> |
---|
175 | |
---|
176 | <div class="check"> |
---|
177 | <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a> |
---|
178 | </div> |
---|
179 | <div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 15078 2017-06-11 08:53:33Z mevenson $</div> |
---|
180 | </div> |
---|
181 | </body> |
---|
182 | </html> |
---|