source: public_html/index.shtml @ 14886

Last change on this file since 14886 was 14886, checked in by Mark Evenson, 9 years ago

html: move reference to mailing list archives from gmane.org to common-lisp.net

Fair thee well, Gmane. You were beloved.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 8.0 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.3.3/abcl-bin-1.3.3.tar.gz">abcl-bin-1.3.3.tar.gz</a>
30                  <a href="releases/1.3.3/abcl-bin-1.3.3.tar.gz.asc" class="asc">(pgp)</a>
31                </td>
32                <td>
33                  <a href="releases/1.3.3/abcl-bin-1.3.3.zip">abcl-bin-1.3.3.zip</a>
34                  <a href="releases/1.3.3/abcl-bin-1.3.3.zip.asc" class="asc">(pgp)</a>
35                </td>
36                <td>
37                  <a href="releases/1.3.3/abcl-contrib-1.3.3.jar">abcl-contrib-1.3.3.jar</a>
38                  <a href="releases/1.3.3/abcl-contrib-1.3.3.zip.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.3.3/abcl-src-1.3.3.tar.gz">abcl-src-1.3.3.tar.gz</a>
46                  <a href="releases/1.3.3/abcl-src-1.3.3.tar.gz.asc" class="asc">(pgp)</a>
47                </td>
48                <td>
49                  <a href="releases/1.3.3/abcl-src-1.3.3.zip">abcl-src-1.3.3.zip</a>
50                  <a href="releases/1.3.3/abcl-src-1.3.3.zip.asc" class="asc">(pgp)</a>
51                </td>
52                <td>
53                  <a href="http://abcl.org/svn/tags/1.3.3/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                One of the following
120              </p>
121              <ul>
122                <li>
123                <a
124                    href="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase5-419410.html#jre-1.5.0_22-oth-JPR">JRE 1.5.0</a>
125                </li>
126                <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>
127                <li><a href="http://java.com/en/">JRE 1.7.0</a></li>
128                <li><a href="http://java.com/en/">JRE 1.8.0</a></li>
129              </ul>
130              <p style="max-width: 7cm"> 
131                Running on one of the explictly supported platforms:
132                Windows, Linux, MacOS X, OpenBSD, 
133                NetBSD,
134                FreeBSD, Solaris or Google App Engine
135              </p>
136            </td>
137
138            <td>
139              <p>One of the following</p>
140              <ul>
141                <li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a>  </li>
142                <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>
143                <li> <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK 1.7.0</a> </li>
144                <li> <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK 1.8.0</a> </li>
145              </ul>
146              <p>And either</p>
147              <ul>
148                <li> <a href="http://ant.apache.org">Ant</a> version <a
149                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>
150                <li> A Lisp to run the lisp-based build system </li>
151              </ul>
152            </td>
153          </tr>
154
155          <tr>
156            <td class="summary-header" colspan="2">Licensing </td>
157          </tr>
158          <tr>
159            <td colspan="2" >
160
161              <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 ">
162                ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html">
163                GNU General Public License</a> with <a
164                href="http://www.gnu.org/software/classpath/license.html"
165                title="Classpath exception and clarification">Classpath exception</a>,
166                meaning that you can use ABCL in your application without the
167                requirement to open the sources to your application.
168              </p>
169
170            </td>
171          </tr>
172
173        </table>
174      </div>
175    </div>
176
177    <div style="float:left;width:100%">
178      <hr />
179      <p>Hosted as part of <a href="http://common-lisp.net/">common-lisp.net</a>.</p>
180
181      <div class="check">
182        <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
183      </div>
184      <div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 14886 2016-10-01 14:48:19Z mevenson $</div>
185    </div>
186  </body>
187</html>
Note: See TracBrowser for help on using the repository browser.