source: public_html/index.shtml @ 13754

Last change on this file since 13754 was 13754, checked in by Mark Evenson, 13 years ago

Release abcl-1.0.1 with signatures to tag.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 6.1 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<style type="text/css">
10td { font-size: 90%; padding: 0 5px 0 5px }
11dt { font-weight: bold }
12dd dt { font-weight: bold; font-style: italic }
13
14table.downloads {
15  color: black;
16  font-weight: bold;
17  font-size: larger;
18}
19table.downloads a {
20  font-weight: normal;
21  font-size:smaller;
22}
23
24table.downloads a.asc {
25  font-size: smaller;
26}
27
28td ul { margin:0 }
29
30</style>
31</head>
32
33<body>
34 <div class="header">
35   <h1>Armed Bear Common Lisp (ABCL) - Common Lisp on the JVM</h1>
36 </div>
37
38<!--#include virtual="left-menu" -->
39
40<div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif">
41<table style="margin-top:1cm" cellpadding="0" cellspacing="15" >
42
43<tr><td colspan="2" class="summary-header">Project description</td></tr>
44
45<tr><td colspan="2">
46  <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0">
47    <b>ABCL</b> is a full implementation of the <b>Common Lisp</b>
48    language featuring both <b>an interpreter and a compiler</b>,
49    running in the <b>JVM</b>. Originally started to be a scripting
50    language for the J editor, it now supports <b>JSR-233 (Java
51    scripting API)</b>: it can be a scripting engine in any Java
52    application.  Additionally, it can be used to implement (parts of)
53    the application using <b>Java to Lisp integration</b> APIs.
54</p>
55</td></tr>
56
57<tr><td colspan="2" class="summary-header"><a href="releases/">Downloads</a></td></tr>
58
59<tr><td colspan="2"  align="center">
60  <table class="downloads">
61    <tr>
62      <td style="font-weight: bold">Binary</td>
63      <td>
64        <a href="releases/1.0.1/abcl-bin-1.0.1.tar.gz">abcl-bin-1.0.1.tar.gz</a>
65        <a href="releases/1.0.1/abcl-bin-1.0.1.tar.gz.asc" class="asc">(pgp)</a>
66      </td>
67      <td>
68        <a href="releases/1.0.1/abcl-bin-1.0.1.zip">abcl-bin-1.0.1.zip</a>
69        <a href="releases/1.0.1/abcl-bin-1.0.1.zip.asc" class="asc">(pgp)</a>
70      </td>
71      <td>
72        <a href="releases/1.0.1/abcl-contrib-1.0.1.jar">abcl-contrib-1.0.1.jar</a>
73        <a href="releases/1.0.1/abcl-contrib-1.0.1.zip.asc" class="asc">(pgp)</a>
74      </td>
75    </tr>
76
77    <tr>
78      <td style="font-weight: bold">Source</td>
79      <td>
80        <a href="releases/1.0.1/abcl-src-1.0.0.tar.gz">abcl-src-1.0.1.tar.gz</a>
81        <a href="releases/1.0.1abcl-src-1.0.0.tar.gz.asc" class="asc">(pgp)</a>
82      </td>
83      <td>
84        <a href="releases/1.0.1/abcl-src-1.0.1.zip">abcl-src-1.0.1.zip</a>
85        <a href="releases/1.0.1/abcl-src-1.0.1.zip.asc" class="asc">(pgp)</a>
86      </td>
87      <td>
88        <a href="http://svn.common-lisp.net/project/armedbear/tags/1.0.0/abcl/contrib/">
89        abcl-contrib source
90        </a>
91      </td>
92    </tr>
93  </table>
94</td> </tr>
95
96<tr>
97<td  class="summary-header">Users
98  <span>(development <em>with</em> ABCL)</span></td>
99<td class="summary-header">Developers
100  <span>(development <em>of</em> ABCL)</span> </td>
101</tr>
102
103<tr>
104
105<td>
106<ul>
107<li> <a href="faq.shtml">FAQ</a> </li>
108<li> <a href="http://abcl-dev.blogspot.com/"> Blog </a> </li>
109<li> Introduction: <a href="doc/abcl-install-with-java.html">building &amp; running</a> </li>
110<li> <a href="doc/abcl-user.html">Documentation</a> </li>
111<li> <a href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples">Examples</a> </li>
112<li> <a href="testimonials.shtml">Testimonials</a> </li>
113<li> <a href="bugreporting.shtml">Bug reporting</a> </li>
114</ul>
115</td>
116
117<td>
118<ul>
119  <li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a
120href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">the old mailing list (abandoned)</a></li>
121  <li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li>
122  <li> <a href="faq.shtml#repository">Repository</a> </li>
123  <li> <a href="http://trac.common-lisp.net/armedbear/wiki/TitleIndex">Technical wiki</a> </li>
124  <li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li>
125  <li> <a href="contributing.shtml">Contributing</a> </li>
126</ul>
127</td>
128</tr>
129
130<tr>
131<td class="summary-header" colspan="2">Licensing </td>
132</tr>
133<tr>
134<td colspan="2" >
135
136<p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 ">
137ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html">
138GNU General Public License</a> with <a
139href="http://www.gnu.org/software/classpath/license.html"
140title="Classpath exception and clarification">Classpath exception</a>,
141meaning that you can use ABCL in your application without the
142requirement to open the sources to your application.
143</p>
144
145</td>
146</tr>
147
148<tr>
149<td class="summary-header">System requirements <span>(Users)</span></td>
150<td class="summary-header">System requirements <span>(Developers)</span></td>
151</tr>
152
153<tr>
154<td>
155<ul>
156<li> JRE 1.5.0 (any patch level), or </li>
157<li> JRE 1.6.0 (patch level 10 or higher) </li>
158<li> One of the explicitly supported platforms: <br />
159  Windows, Linux, MacOS X, OpenBSD, NetBSD, <br />
160  FreeBSD or Google App Engine</li>
161</ul>
162</td>
163
164<td>
165  <ul>
166    <li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li>
167    <li> <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 1.6.0 (patch level 10 or higher)</a> </li>
168    <li> <a href="http://ant.apache.org">Ant</a> version <a
169    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>
170    <li> A Lisp to run the lisp-based build system </li>
171  </ul>
172</td>
173</tr>
174
175</table>
176
177</div>
178
179<div style="float:left;width:100%">
180 <hr />
181 <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
182
183 <div class="check">
184   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
185 </div>
186<div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 13754 2012-01-10 21:06:39Z mevenson $</div>
187</div>
188</body>
189</html>
Note: See TracBrowser for help on using the repository browser.