[15272] | 1 | <!DOCTYPE html> |
---|
[15275] | 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
[14228] | 3 | <head> |
---|
[15272] | 4 | <title>Armed Bear Common Lisp (ABCL) - ANSI Common Lisp on the Java Virtual Machine</title> |
---|
[15275] | 5 | <meta charset="utf-8"/> |
---|
[14228] | 6 | <link rel="stylesheet" type="text/css" href="style.css" /> |
---|
| 7 | </head> |
---|
[11317] | 8 | |
---|
[14228] | 9 | <body> |
---|
| 10 | <div id="title" class="header"> |
---|
| 11 | <h1>Armed Bear Common Lisp (ABCL)</h1> |
---|
| 12 | </div> |
---|
| 13 | <div id="container"> |
---|
| 14 | <!--#include virtual="left-menu" --> |
---|
[12579] | 15 | |
---|
[14228] | 16 | <div id="main" > |
---|
[15275] | 17 | <table id="main-table"> |
---|
[12579] | 18 | |
---|
[15276] | 19 | <tr> |
---|
| 20 | <td colspan="2" class="summary-header"><a href="releases/">Downloads</a></td> |
---|
| 21 | </tr> |
---|
[12579] | 22 | |
---|
[15276] | 23 | <tr> |
---|
| 24 | <!-- FIXME figure out how to align contents in center with CSS --> |
---|
| 25 | <td colspan="2" id="td.downloads" align="center"> |
---|
[14228] | 26 | <table class="downloads"> |
---|
| 27 | <tr> |
---|
| 28 | <td style="font-weight: bold">Binary</td> |
---|
| 29 | <td> |
---|
[15473] | 30 | <a href="releases/1.8.0/abcl-bin-1.8.0.tar.gz">abcl-bin-1.8.0.tar.gz</a> |
---|
| 31 | <a href="releases/1.8.0/abcl-bin-1.8.0.tar.gz.asc" class="asc">(pgp)</a> |
---|
[14228] | 32 | </td> |
---|
| 33 | <td> |
---|
[15473] | 34 | <a href="releases/1.8.0/abcl-bin-1.8.0.zip">abcl-bin-1.8.0.zip</a> |
---|
| 35 | <a href="releases/1.8.0/abcl-bin-1.8.0.zip.asc" class="asc">(pgp)</a> |
---|
[14228] | 36 | </td> |
---|
| 37 | <td> |
---|
[15473] | 38 | <a href="releases/1.8.0/abcl-contrib-1.8.0.jar">abcl-contrib-1.8.0.jar</a> |
---|
| 39 | <a href="releases/1.8.0/abcl-contrib-1.8.0.jar.asc" class="asc">(pgp)</a> |
---|
[14228] | 40 | </td> |
---|
| 41 | </tr> |
---|
| 42 | |
---|
| 43 | <tr> |
---|
| 44 | <td style="font-weight: bold">Source</td> |
---|
| 45 | <td> |
---|
[15473] | 46 | <a href="releases/1.8.0/abcl-src-1.8.0.tar.gz">abcl-src-1.8.0.tar.gz</a> |
---|
| 47 | <a href="releases/1.8.0/abcl-src-1.8.0.tar.gz.asc" class="asc">(pgp)</a> |
---|
[14228] | 48 | </td> |
---|
| 49 | <td> |
---|
[15473] | 50 | <a href="releases/1.8.0/abcl-src-1.8.0.zip">abcl-src-1.8.0.zip</a> |
---|
| 51 | <a href="releases/1.8.0/abcl-src-1.8.0.zip.asc" class="asc">(pgp)</a> |
---|
[14228] | 52 | </td> |
---|
| 53 | <td> |
---|
[15473] | 54 | <a href="https://abcl.org/svn/tags/1.8.0/contrib/"> |
---|
[14228] | 55 | abcl-contrib source |
---|
| 56 | </a> |
---|
| 57 | </td> |
---|
| 58 | </tr> |
---|
| 59 | </table> |
---|
| 60 | </td> |
---|
| 61 | </tr> |
---|
[12579] | 62 | |
---|
[14228] | 63 | <tr> |
---|
| 64 | <td colspan="2" class="summary-header">ABCL — Common Lisp on the JVM</td> |
---|
| 65 | </tr> |
---|
[13982] | 66 | |
---|
[14228] | 67 | <tr> |
---|
| 68 | <td colspan="2"> |
---|
[15275] | 69 | <p id="capsule"> |
---|
[14228] | 70 | <b>Armed Bear Common Lisp</b> (ABCL) is a full implementation of the <b>Common Lisp</b> |
---|
| 71 | language featuring both <b>an interpreter and a compiler</b>, |
---|
| 72 | running in the <b>JVM</b>. Originally started to be a scripting |
---|
| 73 | language for the J editor, it now supports <b>JSR-223 (Java |
---|
| 74 | scripting API)</b>: it can be a scripting engine in any Java |
---|
| 75 | application. Additionally, it can be used to implement (parts of) |
---|
| 76 | the application using <b>Java to Lisp integration</b> APIs. |
---|
| 77 | </p> |
---|
| 78 | </td> |
---|
| 79 | </tr> |
---|
[13982] | 80 | |
---|
[14228] | 81 | <tr> |
---|
| 82 | <td class="summary-header">Users |
---|
| 83 | <span>(development <em>with</em> ABCL)</span></td> |
---|
| 84 | <td class="summary-header">Developers |
---|
| 85 | <span>(development <em>of</em> ABCL)</span> </td> |
---|
| 86 | </tr> |
---|
[12579] | 87 | |
---|
[14228] | 88 | <tr> |
---|
| 89 | <td> |
---|
| 90 | <ul> |
---|
[15276] | 91 | <li> |
---|
| 92 | <a href="faq.shtml">Frequently Asked Questions</a> |
---|
| 93 | </li> |
---|
| 94 | <li> |
---|
| 95 | <a href="https://abcl-dev.blogspot.com/">abcl-dev on blogspot</a> |
---|
| 96 | </li> |
---|
| 97 | <li> |
---|
| 98 | <a href="https://twitter.com/armedbear">@armedbear</a> on Twitter. |
---|
| 99 | </li> |
---|
| 100 | <li> |
---|
| 101 | Introduction: <a href="doc/abcl-install-with-java.html">building & running</a> |
---|
| 102 | </li> |
---|
| 103 | <li> |
---|
| 104 | <a href="doc/abcl-user.html">Documentation</a> |
---|
| 105 | </li> |
---|
| 106 | <li> |
---|
| 107 | <a href="https://abcl.org/svn/trunk/abcl/examples">Examples</a> |
---|
| 108 | </li> |
---|
| 109 | <li> |
---|
| 110 | <a href="testimonials.shtml">Testimonials</a> |
---|
| 111 | </li> |
---|
| 112 | <li> |
---|
| 113 | <a href="bugreporting.shtml">Bug reporting</a> |
---|
| 114 | </li> |
---|
[14228] | 115 | </ul> |
---|
| 116 | </td> |
---|
| 117 | <td> |
---|
| 118 | <ul> |
---|
[15276] | 119 | <li> |
---|
[15509] | 120 | IRC libera.chat #abcl [<a href="https://kiwiirc.com/nextclient/irc.libera.chat/abcl">Chat</a> | <a href="https://irclog.tymoon.eu/libera/%23abcl">View</a>] |
---|
[15276] | 121 | </li> |
---|
| 122 | <li> |
---|
| 123 | <a href="https://mailman.common-lisp.net/pipermail/armedbear-devel/">Mailing list</a> |
---|
| 124 | </li> |
---|
| 125 | <li> |
---|
| 126 | <a href="faq.shtml#repository">Source code</a> |
---|
| 127 | </li> |
---|
| 128 | <li> |
---|
| 129 | <a href="https://abcl.org/trac/wiki/TitleIndex">Technical wiki</a> |
---|
| 130 | </li> |
---|
| 131 | <li> |
---|
| 132 | Open issues [ <a href="https://abcl.org/trac/report/1">Trac</a> |
---|
| 133 | | <a href="https://github.com/armedbear/abcl/issues">Github</a> ] |
---|
| 134 | </li> |
---|
| 135 | <li> |
---|
| 136 | <a href="contributing.shtml">Contributing</a> |
---|
| 137 | </li> |
---|
[14228] | 138 | </ul> |
---|
| 139 | </td> |
---|
| 140 | </tr> |
---|
[12579] | 141 | |
---|
[14228] | 142 | <tr> |
---|
| 143 | <td class="summary-header">System requirements <span>(Users)</span></td> |
---|
| 144 | <td class="summary-header">System requirements <span>(Developers)</span></td> |
---|
| 145 | </tr> |
---|
[12579] | 146 | |
---|
[15275] | 147 | <tr id="requirements"> |
---|
| 148 | <td> <!-- requirements for users --> |
---|
[14228] | 149 | <p> |
---|
[15271] | 150 | Supported Java Runtimes |
---|
[14228] | 151 | </p> |
---|
| 152 | <ul> |
---|
[15271] | 153 | <li> |
---|
[15272] | 154 | <a href="https://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jre-6u34-oth-JPR"> |
---|
| 155 | Java SE 6 (patch level 10 or higher) |
---|
[15271] | 156 | </a> |
---|
| 157 | </li> |
---|
| 158 | <li> |
---|
[15272] | 159 | <a href="https://www.oracle.com/java/technologies/javase-java-archive-javase7downloads.html"> |
---|
| 160 | Java SE 7 |
---|
[15271] | 161 | </a> |
---|
| 162 | </li> |
---|
| 163 | <li> |
---|
[15272] | 164 | <a href="https://www.oracle.com/java/technologies/javase-jdk8-downloads.html"> |
---|
| 165 | Java SE 8 |
---|
[15271] | 166 | </a> |
---|
| 167 | </li> |
---|
| 168 | <li> |
---|
| 169 | <a href="https://www.oracle.com/java/technologies/javase-jdk11-downloads.html"> |
---|
[15272] | 170 | Java SE 11 |
---|
[15271] | 171 | </a> |
---|
| 172 | </li> |
---|
[15272] | 173 | <li> |
---|
| 174 | <a href="https://www.oracle.com/java/technologies/javase/jdk13-archive-downloads.html"> |
---|
| 175 | Java SE 13 |
---|
| 176 | </a> |
---|
| 177 | </li> |
---|
| 178 | <li> |
---|
[15275] | 179 | <a href="https://www.oracle.com/java/technologies/javase/jdk14-archive-downloads.html"> |
---|
[15272] | 180 | Java SE 14 |
---|
| 181 | </a> |
---|
| 182 | </li> |
---|
[15474] | 183 | <li> |
---|
| 184 | <a href="https://www.oracle.com/java/technologies/javase/jdk15-archive-downloads.html"> |
---|
| 185 | Java SE 15 |
---|
| 186 | </a> |
---|
| 187 | </li> |
---|
| 188 | </ul> |
---|
[15275] | 189 | <p> |
---|
| 190 | Running on one of the explictly supported platforms: |
---|
| 191 | Windows, Linux, MacOS X, OpenBSD, NetBSD, FreeBSD, |
---|
| 192 | Solaris or Google App Engine |
---|
[14228] | 193 | </p> |
---|
| 194 | </td> |
---|
[12579] | 195 | |
---|
[15275] | 196 | <td> <!-- requirements for developers --> |
---|
| 197 | <p> |
---|
| 198 | Supported Java build platforms |
---|
| 199 | </p> |
---|
[14228] | 200 | <ul> |
---|
[15271] | 201 | <li> |
---|
[15272] | 202 | <a href="https://openjdk.java.net/projects/jdk6/"> |
---|
| 203 | openjdk6 (patch level 10 or higher) |
---|
[15271] | 204 | </a> |
---|
| 205 | </li> |
---|
| 206 | <li> |
---|
[15272] | 207 | <a href="https://openjdk.java.net/projects/jdk7/"> |
---|
| 208 | openjdk7 |
---|
[15271] | 209 | </a> |
---|
| 210 | </li> |
---|
| 211 | <li> |
---|
| 212 | <a href="https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot"> |
---|
| 213 | openjdk8 |
---|
| 214 | </a> |
---|
| 215 | </li> |
---|
| 216 | <li> |
---|
| 217 | <a href="https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot"> |
---|
| 218 | openjdk11 |
---|
| 219 | </a> |
---|
| 220 | </li> |
---|
| 221 | <li> |
---|
| 222 | <a href="https://adoptopenjdk.net/releases.html?variant=openjdk13&jvmVariant=hotspot"> |
---|
| 223 | openjdk13 |
---|
| 224 | </a> |
---|
| 225 | </li> |
---|
| 226 | <li> |
---|
| 227 | <a href="https://adoptopenjdk.net/releases.html?variant=openjdk14&jvmVariant=hotspot"> |
---|
| 228 | openjdk14 |
---|
| 229 | </a> |
---|
| 230 | </li> |
---|
[15474] | 231 | <li> |
---|
| 232 | <a href="https://adoptopenjdk.net/releases.html?variant=openjdk15&jvmVariant=hotspot"> |
---|
| 233 | openjdk15 |
---|
| 234 | </a> |
---|
| 235 | </li> |
---|
| 236 | </ul> |
---|
[15272] | 237 | <p>And</p> |
---|
[14228] | 238 | <ul> |
---|
[15272] | 239 | <li> |
---|
| 240 | A copy of <a href="https://ant.apache.org">Apache Ant</a> |
---|
| 241 | version |
---|
[15275] | 242 | <a href="https://archive.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip">1.7.1</a> |
---|
[15272] | 243 | or higher. |
---|
| 244 | </li> |
---|
[14228] | 245 | </ul> |
---|
| 246 | </td> |
---|
| 247 | </tr> |
---|
[12579] | 248 | |
---|
[14228] | 249 | <tr> |
---|
[15275] | 250 | <td class="summary-header" colspan="2">Licensing</td> |
---|
[14228] | 251 | </tr> |
---|
| 252 | <tr> |
---|
| 253 | <td colspan="2" > |
---|
[15275] | 254 | <p id="licensing"> |
---|
| 255 | The use of Armed Bear Common Lisp (ABCL) is covered by |
---|
| 256 | the <a href="https://www.gnu.org/copyleft/gpl.html"> |
---|
| 257 | GNU General Public License</a> |
---|
| 258 | with <a href="https://www.gnu.org/software/classpath/license.html" |
---|
| 259 | title="Classpath exception and |
---|
| 260 | clarification">Classpath exception</a>, meaning that |
---|
| 261 | you can use ABCL in your application without the |
---|
[14228] | 262 | requirement to open the sources to your application. |
---|
| 263 | </p> |
---|
| 264 | </td> |
---|
| 265 | </tr> |
---|
| 266 | </table> |
---|
| 267 | </div> |
---|
| 268 | </div> |
---|
[13982] | 269 | |
---|
[15275] | 270 | <div class="footer"> |
---|
[14228] | 271 | <hr /> |
---|
[15275] | 272 | <p>Hosted as part of <a href="https://common-lisp.net/">common-lisp.net</a></p> |
---|
[14228] | 273 | </div> |
---|
| 274 | </body> |
---|
[11317] | 275 | </html> |
---|