source: public_html/index.shtml @ 12747

Last change on this file since 12747 was 12747, checked in by ehuelsmann, 15 years ago

Since everything needs two commits tonight. Here's the second one.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 5.6 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">Downloads</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/abcl-bin-0.20.0.tar.gz">abcl-bin-0.20.0.tar.gz</a>
65        <a href="releases/abcl-bin-0.20.0.tar.gz.asc" class="asc">(pgp)</a>
66      </td>
67      <td>
68        <a href="releases/abcl-bin-0.20.0.zip">abcl-bin-0.20.0.zip</a>
69        <a href="releases/abcl-bin-0.20.0.zip.asc" class="asc">(pgp)</a>
70      </td>
71    </tr>
72
73    <tr>
74      <td style="font-weight: bold">Source</td>
75      <td>
76        <a href="releases/abcl-src-0.20.0.tar.gz">abcl-src-0.20.0.tar.gz</a>
77        <a href="releases/abcl-src-0.20.0.tar.gz.asc" class="asc">(pgp)</a>
78      </td>
79      <td>
80        <a href="releases/abcl-src-0.20.0.zip">abcl-src-0.20.0.zip</a>
81        <a href="releases/abcl-src-0.20.0.zip.asc" class="asc">(pgp)</a>
82      </td>
83    </tr>
84     
85  </table>
86</td> </tr>
87
88<tr>
89<td  class="summary-header">Users
90  <span>(development <em>with</em> ABCL)</span></td>
91<td class="summary-header">Developers
92  <span>(development <em>of</em> ABCL)</span> </td>
93</tr>
94
95<tr>
96
97<td>
98<ul>
99<li> <a href="faq.shtml">FAQ</a> </li>
100<li> Introduction: <a href="doc/abcl-install-with-java.html">building &amp; running</a> </li>
101<li> <a href="doc/abcl-user.html">Documentation</a> </li>
102<li> <a href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples">Examples</a> </li>
103<li> <a href="testimonials.shtml">Testimonials</a> </li>
104<li> Bug reporting </li>
105</ul>
106</td>
107
108<td>
109<ul>
110  <li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a
111href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">the old mailing list (abandoned)</a></li>
112  <li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li>
113  <li> <a href="faq.shtml#repository">Repository</a> </li>
114  <li> <a href="http://trac.common-lisp.net/armedbear/wiki/TitleIndex">Technical wiki</a> </li>
115  <li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li>
116  <li> <a href="contributing.shtml">Contributing</a> </li>
117</ul>
118</td>
119</tr>
120
121<tr>
122<td class="summary-header" colspan="2">Licensing </td>
123</tr>
124<tr>
125<td colspan="2" >
126
127<p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 ">
128ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html">
129GNU General Public License</a> with <a
130href="http://www.gnu.org/software/classpath/license.html"
131title="Classpath exception and clarification">Classpath exception</a>,
132meaning that you can use ABCL in your application without the
133requirement to open the sources to your application.
134</p>
135
136</td>
137</tr>
138
139<tr>
140<td class="summary-header">System requirements <span>(Users)</span></td>
141<td class="summary-header">System requirements <span>(Developers)</span></td>
142</tr>
143
144<tr>
145<td>
146<ul>
147<li> JRE 1.5.0 (any patch level), or </li>
148<li> JRE 1.6.0 (patch level 10 or higher) </li>
149<li> One of the explicitly supported platforms: <br />
150  Windows, Linux, MacOS X, OpenBSD, NetBSD, <br />
151  FreeBSD or Google App Engine</li>
152</ul>
153</td>
154
155<td>
156  <ul>
157    <li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li>
158    <li> <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 1.6.0 (patch level 10 or higher)</a> </li>
159    <li> <a href="http://ant.apache.org">Ant</a> version <a
160    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>
161    <li> A Lisp to run the lisp-based build system </li>
162  </ul>
163</td>
164</tr>
165
166</table>
167
168</div>
169
170<div style="float:left;width:100%">
171 <hr />
172 <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
173
174 <div class="check">
175   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
176 </div>
177<div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 12747 2010-06-07 20:56:00Z ehuelsmann $</div>
178</div>
179</body>
180</html>
Note: See TracBrowser for help on using the repository browser.