source: public_html/index.shtml @ 12574

Last change on this file since 12574 was 12574, checked in by ehuelsmann, 13 years ago

Publish 0.19 release notes and download links.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
File size: 4.5 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 }
11th { font-weight: bold; align: center; padding: 0 5px 0 5px }
12dt { font-weight: bold }
13dd dt { font-weight: bold; font-style: italic }
14</style>
15</head>
16
17<body>
18 <div class="header">
19   <h1>Armed Bear Common Lisp (ABCL) - Common Lisp on the JVM</h1>
20 </div>
21
22<!--#include virtual="left-menu" -->
23
24<div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif">
25<table style="margin-top:1cm" cellspacing="15" cellpadding="0">
26<tr><td colspan="2" class="summary-header">Project description</td></tr>
27<tr><td colspan="2"><b>ABCL</b> is a full implementation of the <b>Common Lisp</b> language
28 featuring both <b>an interpreter and a compiler</b>, running in the <b>JVM</b>. Originally
29 started to be a scripting language for the J editor, it now supports <b>JSR-233
30 (Java scripting API)</b>: it can be a scripting engine in any Java application.
31 Additionally, it can be used to implement (parts of) the application
32 using <b>Java to Lisp integration</b> APIs.
33</td></tr>
34<tr><th style="border:1px black solid" colspan="2"><a
35href="releases/abcl-src-0.19.1.tar.gz" style="color:black;font-weight:normal">
36Download 0.19.1</a> <a
37href="releases/abcl-src-0.19.1.zip"
38style="font-size:75%;color:black;font-weight:normal">(zip)</a></th></tr>
39<tr>
40<td class="summary-header">Users
41  <span>(development <em>with</em> ABCL)</span></td>
42<td class="summary-header">Developers
43  <span>(development <em>of</em> ABCL)</span> </td>
44</tr>
45<tr>
46<td>
47<ul>
48<li> <a href="faq.shtml">FAQ</a> </li>
49<li> Introduction: <a href="doc/abcl-install-with-java.html">building
50               &amp; running</a> </li>
51<li> Documentation </li>
52<li> <a
53href="http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/abcl">Examples</a> </li>
54<li> <a href="testimonials.shtml">Testimonials</a> </li>
55<li> Bug reporting </li>
56</ul>
57</td>
58<td>
59<ul>
60<li> <a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel">Mailing list</a> and <a
61href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">the old mailing list (abandoned)</a></li>
62<li> <a href="http://news.gmane.org/gmane.editors.j.devel">Mailing list access on gmane</a></li>
63<li> <a href="faq.shtml#repository">Repository</a> </li>
64<li> <a href="http://trac.common-lisp.net/armedbear/wiki/TitleIndex">Technical wiki</a> </li>
65<li> <a href="http://trac.common-lisp.net/armedbear/report/1">Bug tracker</a> </li>
66<li> <a href="contributing.shtml">Contributing</a> </li>
67</ul>
68</td>
69</tr>
70<tr>
71<td class="summary-header" colspan="2">Licensing </td>
72</tr>
73<tr>
74<td colspan="2">
75ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html">
76GNU General Public License</a> with
77<a href="http://www.gnu.org/software/classpath/license.html"
78title="Classpath exception and clarification">Classpath exception</a>, meaning that you can
79use ABCL in your application without the requirement to open the
80sources to your application.
81</td>
82</tr>
83<tr>
84<td class="summary-header">System requirements <span>(Users)</span></td>
85<td class="summary-header">System requirements <span>(Developers)</span></td>
86</tr>
87<tr>
88<td>
89<ul>
90<li> JRE 1.5.0 (any patch level), or </li>
91<li> JRE 1.6.0 (patch level 10 or higher) </li>
92<li> One of the explicitly supported platforms: <br />
93  Windows, Linux, MacOS X, OpenBSD, NetBSD, <br />
94  FreeBSD or Google App Engine</li>
95</ul>
96</td>
97<td>
98<ul>
99<li> <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">JDK 1.5.0</a> (any patch level), <em>or</em> </li>
100<li> <a href="http://java.sun.com/javase/downloads/index.jsp">JDK 1.6.0 (patch level 10 or higher)</a> </li>
101<li> <a href="http://ant.apache.org">Ant</a> version <a
102href="http://www.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip">1.7.1</a> or higher, <em>or</em> </li>
103<li> A Lisp to run the lisp-based build system </li>
104</ul>
105</td>
106</tr>
107</table>
108</div>
109
110<div style="float:left;width:100%">
111 <hr />
112 <p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
113
114 <div class="check">
115   <a href="http://validator.w3.org/check/referer">Valid XHTML 1.0 Strict</a>
116 </div>
117<div style="float:right;font-size:10px;font-family:monospace">$Id: index.shtml 12574 2010-03-27 19:12:38Z ehuelsmann $</div>
118</div>
119</body>
120</html>
Note: See TracBrowser for help on using the repository browser.