source: public_html/index.shtml @ 14567

Last change on this file since 14567 was 14567, checked in by Mark Evenson, 10 years ago

public_html: correct examples link.

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