source: public_html/index.shtml @ 15271

Last change on this file since 15271 was 15271, checked in by Mark Evenson, 4 years ago

site: publish abcl-1.6.1 URIs

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 9.3 KB
Line 
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.6.1/abcl-bin-1.6.1.tar.gz">abcl-bin-1.6.1.tar.gz</a>
30                  <a href="releases/1.6.1/abcl-bin-1.6.1.tar.gz.asc" class="asc">(pgp)</a>
31                </td>
32                <td>
33                  <a href="releases/1.6.1/abcl-bin-1.6.1.zip">abcl-bin-1.6.1.zip</a>
34                  <a href="releases/1.6.1/abcl-bin-1.6.1.zip.asc" class="asc">(pgp)</a>
35                </td>
36                <td>
37                  <a href="releases/1.6.1/abcl-contrib-1.6.1.jar">abcl-contrib-1.6.1.jar</a>
38                  <a href="releases/1.6.1/abcl-contrib-1.6.1.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.6.1/abcl-src-1.6.1.tar.gz">abcl-src-1.6.1.tar.gz</a>
46                  <a href="releases/1.6.1/abcl-src-1.6.1.tar.gz.asc" class="asc">(pgp)</a>
47                </td>
48                <td>
49                  <a href="releases/1.6.1/abcl-src-1.6.1.zip">abcl-src-1.6.1.zip</a>
50                  <a href="releases/1.6.1/abcl-src-1.6.1.zip.asc" class="asc">(pgp)</a>
51                </td>
52                <td>
53                  <a href="http://abcl.org/svn/tags/1.6.1/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 &mdash; 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 &amp; 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                Supported Java Runtimes
120              </p>
121              <ul>
122                <li>
123                  <a href="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jre-6u34-oth-JPR">
124                    JRE 1.6.0 (patch level 10 or higher)
125                  </a>
126                </li>
127                <li>
128                  <a href="https://www.oracle.com/java/technologies/javase-java-archive-javase7downloads.html#jre-6u34-oth-JPR">
129                    JRE 1.7.0
130                  </a>
131                </li>
132                <li>
133                  <a href="https://www.oracle.com/java/technologies/javase-jdk11-downloads.html">
134                    JRE 1.8.0
135                  </a>
136                </li>
137                <li>
138                  <a href="https://www.oracle.com/java/technologies/javase-jdk11-downloads.html">
139                    JRE 11
140                  </a>
141                </li>
142                <li><a href="http://java.com/en/">JRE 13</a></li>
143                <li><a href="http://java.com/en/">JRE 14</a></li>
144              </ul>
145              <p style="max-width: 7cm"> 
146                Running on one of the explictly supported platforms:
147                Windows, Linux, MacOS X, OpenBSD, 
148                NetBSD,
149                FreeBSD, Solaris or Google App Engine
150              </p>
151            </td>
152
153            <td>
154              <p>Supported Java build platforms</p>
155              <ul>
156                <li>
157                  <a href="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html">
158                    JDK 1.6.0 (patch level 10 or higher)
159                  </a>
160                </li>
161                <li>
162                  <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">
163                    JDK 1.7.0
164                  </a>
165                </li>
166                <li>
167                  <a href="https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot">
168                    openjdk8
169                  </a>
170                </li>
171                <li>
172                  <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">
173                    JDK 1.8.0
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 either</p>
193              <ul>
194                <li> <a href="http://ant.apache.org">Ant</a> version <a
195                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>
196                <li> A Lisp to run the lisp-based build system </li>
197              </ul>
198            </td>
199          </tr>
200
201          <tr>
202            <td class="summary-header" colspan="2">Licensing </td>
203          </tr>
204          <tr>
205            <td colspan="2" >
206
207              <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 ">
208                ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html">
209                GNU General Public License</a> with <a
210                href="http://www.gnu.org/software/classpath/license.html"
211                title="Classpath exception and clarification">Classpath exception</a>,
212                meaning that you can use ABCL in your application without the
213                requirement to open the sources to your application.
214              </p>
215
216            </td>
217          </tr>
218
219        </table>
220      </div>
221    </div>
222
223    <div style="float:left;width:100%">
224      <hr />
225      <p>Hosted as part of <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
226
227      <div class="check">
228        <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
229      </div>
230      <div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 15271 2020-04-28 07:13:56Z mevenson $</div>
231    </div>
232  </body>
233</html>
Note: See TracBrowser for help on using the repository browser.