source: public_html/index.shtml @ 15509

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

html: update IRC archive to libera-based channel

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 10.2 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.8.0/abcl-bin-1.8.0.tar.gz">abcl-bin-1.8.0.tar.gz</a>
31                  <a href="releases/1.8.0/abcl-bin-1.8.0.tar.gz.asc" class="asc">(pgp)</a>
32                </td>
33                <td>
34                  <a href="releases/1.8.0/abcl-bin-1.8.0.zip">abcl-bin-1.8.0.zip</a>
35                  <a href="releases/1.8.0/abcl-bin-1.8.0.zip.asc" class="asc">(pgp)</a>
36                </td>
37                <td>
38                  <a href="releases/1.8.0/abcl-contrib-1.8.0.jar">abcl-contrib-1.8.0.jar</a>
39                  <a href="releases/1.8.0/abcl-contrib-1.8.0.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.8.0/abcl-src-1.8.0.tar.gz">abcl-src-1.8.0.tar.gz</a>
47                  <a href="releases/1.8.0/abcl-src-1.8.0.tar.gz.asc" class="asc">(pgp)</a>
48                </td>
49                <td>
50                  <a href="releases/1.8.0/abcl-src-1.8.0.zip">abcl-src-1.8.0.zip</a>
51                  <a href="releases/1.8.0/abcl-src-1.8.0.zip.asc" class="asc">(pgp)</a>
52                </td>
53                <td>
54                  <a href="https://abcl.org/svn/tags/1.8.0/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                  IRC libera.chat #abcl [<a href="https://kiwiirc.com/nextclient/irc.libera.chat/abcl">Chat</a> | <a href="https://irclog.tymoon.eu/libera/%23abcl">View</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                <li>
184                  <a href="https://www.oracle.com/java/technologies/javase/jdk15-archive-downloads.html">
185                    Java SE 15
186                  </a>
187                </li>
188</ul>
189              <p>
190                Running on one of the explictly supported platforms:
191                Windows, Linux, MacOS X, OpenBSD, NetBSD, FreeBSD,
192                Solaris or Google App Engine
193              </p>
194            </td>
195
196            <td> <!-- requirements for developers -->
197              <p>
198                Supported Java build platforms
199              </p>
200              <ul>
201                <li>
202                  <a href="https://openjdk.java.net/projects/jdk6/">
203                    openjdk6 (patch level 10 or higher)
204                  </a>
205                </li>
206                <li>
207                  <a href="https://openjdk.java.net/projects/jdk7/">
208                    openjdk7
209                  </a>
210                </li>
211                <li>
212                  <a href="https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot">
213                    openjdk8
214                  </a>
215                </li>
216                <li>
217                  <a href="https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot">
218                    openjdk11
219                  </a>
220                </li>
221                <li>
222                  <a href="https://adoptopenjdk.net/releases.html?variant=openjdk13&jvmVariant=hotspot">
223                    openjdk13
224                  </a>
225                </li>
226                <li>
227                  <a href="https://adoptopenjdk.net/releases.html?variant=openjdk14&jvmVariant=hotspot">
228                    openjdk14
229                  </a>
230                </li>
231                <li>
232                  <a href="https://adoptopenjdk.net/releases.html?variant=openjdk15&jvmVariant=hotspot">
233                    openjdk15
234                  </a>
235                </li>
236</ul>
237              <p>And</p>
238              <ul>
239                <li>
240                  A copy of <a href="https://ant.apache.org">Apache Ant</a>
241                  version
242                  <a href="https://archive.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip">1.7.1</a>
243                  or higher.
244                </li>
245              </ul>
246            </td>
247          </tr>
248
249          <tr>
250            <td class="summary-header" colspan="2">Licensing</td>
251          </tr>
252          <tr>
253            <td colspan="2" >
254              <p id="licensing">
255                The use of Armed Bear Common Lisp (ABCL) is covered by
256                the <a href="https://www.gnu.org/copyleft/gpl.html">
257                GNU General Public License</a>
258                with <a href="https://www.gnu.org/software/classpath/license.html"
259                title="Classpath exception and
260                clarification">Classpath exception</a>, meaning that
261                you can use ABCL in your application without the
262                requirement to open the sources to your application.
263              </p>
264            </td>
265          </tr>
266        </table>
267      </div>
268    </div>
269
270    <div class="footer">
271      <hr />
272      <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p>
273    </div>
274  </body>
275</html>
Note: See TracBrowser for help on using the repository browser.