Changeset 11939
- Timestamp:
- 05/23/09 21:45:52 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/staging/index.shtml
r11938 r11939 24 24 <div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif"> 25 25 <table style="margin-top:1cm" cellspacing="15" cellpadding="0" > 26 <tr><td colspan=" 3" class="summary-header">Project description</td></tr>27 <tr><td colspan=" 3"><b>ABCL</b> is a full implementation of the <b>Common Lisp</b> language26 <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 28 featuring both an <b>interpreter and a compiler</b>, running in the <b>JVM</b>. Originally 29 29 started to be a scripting language for the J editor, it now supports <b>JSR-233 30 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. 31 33 </td></tr> 32 <tr><td class="summary-header" colspan=" 3"><a href="http://downloads.sourceforge.net/armedbear-j/" style="color:yellow">34 <tr><td class="summary-header" colspan="2"><a href="http://downloads.sourceforge.net/armedbear-j/" style="color:yellow"> 33 35 Download your copy from SourceForge: 0.15.0</a></td></tr> 34 <tr><td class="summary-header">Feature list</td> 35 <td class="summary-header">Users (development <em>with</em> ABCL)</td></tr> 36 <tr><td> 37 <ul> 38 <li> Full Common Lisp implementation </li> 39 <li> Many JVM host environments (Sun, IBM, ...) </li> 40 <li> Interpreter </li> 41 <li> Compiler </li> 42 <li> Integration with Java programs </li> 43 <li> Java Scripting support (JSR-233) </li> 44 <li> ... </li> 45 </ul> 46 </td> 36 <tr> 37 <td class="summary-header">Users (development <em>with</em> ABCL)</td> 38 <td class="summary-header">Developers (development <em>of</em> ABCL) </td> 39 </tr> 40 <tr> 47 41 <td> 48 42 <ul> … … 56 50 </ul> 57 51 </td> 58 </tr>59 <tr>60 <td class="summary-header">Developers (development <em>of</em> ABCL) </td>61 <td class="summary-header">Availability </td>62 </tr>63 <tr>64 52 <td> 65 53 <ul> … … 71 59 </ul> 72 60 </td> 73 </td> 74 <td> 75 Latest version: <b style="font-size:90%">0.15.0</b> 76 <ul> 77 <li> <a href="http://downloads.sourceforge.net/armedbear-j/">Download (from SourceForge)</a> </li> 78 <li> Release notes </li> 79 <li> Change history </li> 80 </ul> 61 </tr> 62 <tr> 63 <td class="summary-header">System requirements (Users)</td> 64 <td class="summary-header">System requirements (Developers) </td> 65 </tr> 66 <tr> 67 <td> 68 <ul> 69 <li> JRE 1.5.0 (any patch level), or </li> 70 <li> JRE 1.6.0 (patch level 10 or higher) </li> 71 </ul> 72 </td> 73 <td> 74 <ul> 75 <li> JDK 1.5.0 (any patch level), or </li> 76 <li> JDK 1.6.0 (patch level 10 or higher) </li> 77 <li> Ant version 1.7.0 or higher </li> 78 </ul> 79 </td> 80 </tr> 81 <tr> 82 <td class="summary-header" colspan="2">Licensing </td> 83 </tr> 84 <tr> 85 <td colspan="2"> 86 Armed Bear CL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html"> 87 GNU General Public License</a> with 88 <a href="http://www.gnu.org/software/classpath/license.html" title="Classpath exception and clarification">Classpath exception</a>, meaning that you can 89 distribute ABCL with your application without the requirement to open the 90 sources to your application. 81 91 </td> 82 92 </tr> … … 87 97 <td colspan="2"> 88 98 <dl> 89 <dt>Licensing</dt>90 <dd>The implementation is covered by the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>91 with <a href="" title="Classpath exception and clarification"92 >Classpath exception</a>.</dd>93 99 <dt>System requirements</dt> 94 100 <dd>
Note: See TracChangeset
for help on using the changeset viewer.