Changeset 13982
- Timestamp:
- 06/23/12 21:48:28 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/index.shtml
r13767 r13982 31 31 </head> 32 32 33 <body>34 <div class="header">35 <h1>Armed Bear Common Lisp (ABCL) - Common Lisp on the JVM</h1>36 </div>37 33 38 34 <!--#include virtual="left-menu" --> … … 41 37 <table style="margin-top:1cm" cellpadding="0" cellspacing="15" > 42 38 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 scripting50 language for the J editor, it now supports <b>JSR-233 (Java51 scripting API)</b>: it can be a scripting engine in any Java52 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 39 57 40 <tr><td colspan="2" class="summary-header"><a href="releases/">Downloads</a></td></tr> … … 94 77 </td> </tr> 95 78 79 <tr><td colspan="2" class="summary-header">ABCL — Common Lisp on the JVM</td></tr> 80 81 <tr><td colspan="2"> 82 <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0"> 83 <b>Armed Bear Common Lisp</b> (ABCL) is a full implementation of the <b>Common Lisp</b> 84 language featuring both <b>an interpreter and a compiler</b>, 85 running in the <b>JVM</b>. Originally started to be a scripting 86 language for the J editor, it now supports <b>JSR-233 (Java 87 scripting API)</b>: it can be a scripting engine in any Java 88 application. Additionally, it can be used to implement (parts of) 89 the application using <b>Java to Lisp integration</b> APIs. 90 </p> 91 </td></tr> 92 96 93 <tr> 97 94 <td class="summary-header">Users … … 129 126 130 127 <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 ">137 ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html">138 GNU General Public License</a> with <a139 href="http://www.gnu.org/software/classpath/license.html"140 title="Classpath exception and clarification">Classpath exception</a>,141 meaning that you can use ABCL in your application without the142 requirement to open the sources to your application.143 </p>144 145 </td>146 </tr>147 148 <tr>149 128 <td class="summary-header">System requirements <span>(Users)</span></td> 150 129 <td class="summary-header">System requirements <span>(Developers)</span></td> … … 173 152 </tr> 174 153 154 155 <tr> 156 <td class="summary-header" colspan="2">Licensing </td> 157 </tr> 158 <tr> 159 <td colspan="2" > 160 161 <p style="margin-left: 5%; margin-right: 5%; margin-top: 0; margin-bottom: 0 "> 162 ABCL is covered by the <a href="http://www.gnu.org/copyleft/gpl.html"> 163 GNU General Public License</a> with <a 164 href="http://www.gnu.org/software/classpath/license.html" 165 title="Classpath exception and clarification">Classpath exception</a>, 166 meaning that you can use ABCL in your application without the 167 requirement to open the sources to your application. 168 </p> 169 170 </td> 171 </tr> 172 175 173 </table> 176 174
Note: See TracChangeset
for help on using the changeset viewer.