source: public_html/index.shtml @ 15338

Last change on this file since 15338 was 15338, checked in by Mark Evenson, 3 years ago

1.7.1: release binaries; update website

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 9.8 KB
Line 
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.7.1/abcl-bin-1.7.1.tar.gz">abcl-bin-1.7.1.tar.gz</a>
31                  <a href="releases/1.7.1/abcl-bin-1.7.1.tar.gz.asc" class="asc">(pgp)</a>
32                </td>
33                <td>
34                  <a href="releases/1.7.1/abcl-bin-1.7.1.zip">abcl-bin-1.7.1.zip</a>
35                  <a href="releases/1.7.1/abcl-bin-1.7.1.zip.asc" class="asc">(pgp)</a>
36                </td>
37                <td>
38                  <a href="releases/1.7.1/abcl-contrib-1.7.1.jar">abcl-contrib-1.7.1.jar</a>
39                  <a href="releases/1.7.1/abcl-contrib-1.7.1.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.7.1/abcl-src-1.7.1.tar.gz">abcl-src-1.7.1.tar.gz</a>
47                  <a href="releases/1.7.1/abcl-src-1.7.1.tar.gz.asc" class="asc">(pgp)</a>
48                </td>
49                <td>
50                  <a href="releases/1.7.1/abcl-src-1.7.1.zip">abcl-src-1.7.1.zip</a>
51                  <a href="releases/1.7.1/abcl-src-1.7.1.zip.asc" class="asc">(pgp)</a>
52                </td>
53                <td>
54                  <a href="https://abcl.org/svn/tags/1.7.1/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 &mdash; 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 &amp; 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                  Freenode IRC <a href="https://irclog.tymoon.eu/freenode/%23abcl">#abcl</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/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jre-6u34-oth-JPR">
155                    Java SE 6 (patch level 10 or higher)
156                  </a>
157                </li>
158                <li>
159                  <a href="https://www.oracle.com/java/technologies/javase-java-archive-javase7downloads.html">
160                    Java SE 7
161                  </a>
162                </li>
163                <li>
164                  <a href="https://www.oracle.com/java/technologies/javase-jdk8-downloads.html">
165                    Java SE 8
166                  </a>
167                </li>
168                <li>
169                  <a href="https://www.oracle.com/java/technologies/javase-jdk11-downloads.html">
170                    Java SE 11
171                  </a>
172                </li>
173                <li>
174                  <a href="https://www.oracle.com/java/technologies/javase/jdk13-archive-downloads.html">
175                    Java SE 13
176                  </a>
177                </li>
178                <li>
179                  <a href="https://www.oracle.com/java/technologies/javase/jdk14-archive-downloads.html">
180                    Java SE 14
181                  </a>
182                </li>
183              </ul>
184              <p>
185                Running on one of the explictly supported platforms:
186                Windows, Linux, MacOS X, OpenBSD, NetBSD, FreeBSD,
187                Solaris or Google App Engine
188              </p>
189            </td>
190
191            <td> <!-- requirements for developers -->
192              <p>
193                Supported Java build platforms
194              </p>
195              <ul>
196                <li>
197                  <a href="https://openjdk.java.net/projects/jdk6/">
198                    openjdk6 (patch level 10 or higher)
199                  </a>
200                </li>
201                <li>
202                  <a href="https://openjdk.java.net/projects/jdk7/">
203                    openjdk7
204                  </a>
205                </li>
206                <li>
207                  <a href="https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot">
208                    openjdk8
209                  </a>
210                </li>
211                <li>
212                  <a href="https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot">
213                    openjdk11
214                  </a>
215                </li>
216                <li>
217                  <a href="https://adoptopenjdk.net/releases.html?variant=openjdk13&jvmVariant=hotspot">
218                    openjdk13
219                  </a>
220                </li>
221                <li>
222                  <a href="https://adoptopenjdk.net/releases.html?variant=openjdk14&jvmVariant=hotspot">
223                    openjdk14
224                  </a>
225                </li>
226              </ul>
227              <p>And</p>
228              <ul>
229                <li>
230                  A copy of <a href="https://ant.apache.org">Apache Ant</a>
231                  version
232                  <a href="https://archive.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip">1.7.1</a>
233                  or higher.
234                </li>
235              </ul>
236            </td>
237          </tr>
238
239          <tr>
240            <td class="summary-header" colspan="2">Licensing</td>
241          </tr>
242          <tr>
243            <td colspan="2" >
244              <p id="licensing">
245                The use of Armed Bear Common Lisp (ABCL) is covered by
246                the <a href="https://www.gnu.org/copyleft/gpl.html">
247                GNU General Public License</a>
248                with <a href="https://www.gnu.org/software/classpath/license.html"
249                title="Classpath exception and
250                clarification">Classpath exception</a>, meaning that
251                you can use ABCL in your application without the
252                requirement to open the sources to your application.
253              </p>
254            </td>
255          </tr>
256        </table>
257      </div>
258    </div>
259
260    <div class="footer">
261      <hr />
262      <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p>
263    </div>
264  </body>
265</html>
Note: See TracBrowser for help on using the repository browser.