| 1 | Subject: [ANNOUNCE] ABCL 0.23.1 released |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | On behalf of the developers of ABCL (Armed Bear Common Lisp) I'm glad to |
|---|
| 6 | be able to announce the 0.23.1 release. |
|---|
| 7 | |
|---|
| 8 | ABCL is a Common Lisp implementation implemented in Java and running on the |
|---|
| 9 | JVM, featuring both an interpreter and a compiler. The compiler targets the |
|---|
| 10 | JVM directly meaning that its output is runnable JVM bytecode. The fact |
|---|
| 11 | that ABCL is written in Java allows for relatively easy embedding in larger |
|---|
| 12 | applications. For integration with existing applications ABCL implements |
|---|
| 13 | Java Specification Request (JSR) 223: Java scripting API. |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | This release features - among lots of other things - <ADD_STUFF_HERE>. |
|---|
| 17 | You can find the full release notes at: |
|---|
| 18 | |
|---|
| 19 | http://common-lisp.net/project/armedbear/release-notes-0.23.shtml |
|---|
| 20 | |
|---|
| 21 | and the list of changes at: |
|---|
| 22 | |
|---|
| 23 | http://trac.common-lisp.net/armedbear/browser/trunk/abcl/CHANGES |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | If you have questions regarding use or licensing, or you find issues, please |
|---|
| 27 | report back to the development list: |
|---|
| 28 | |
|---|
| 29 | armedbear-devel at common-lisp dot net |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | Source distribution archives can be downloaded in ZIP or gzipped tar form: |
|---|
| 33 | |
|---|
| 34 | http://common-lisp.net/project/armedbear/releases/0.23.1/abcl-src-0.23.1.tar.gz |
|---|
| 35 | http://common-lisp.net/project/armedbear/releases/0.23.1/abcl-src-0.23.1.zip |
|---|
| 36 | |
|---|
| 37 | Signatures are available under: |
|---|
| 38 | http://common-lisp.net/project/armedbear/0.23.1/releases/abcl-src-0.23.1.tar.gz.asc |
|---|
| 39 | http://common-lisp.net/project/armedbear/0.23.1/releases/abcl-src-0.23.1.zip.asc |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | In addition, binaries are also available: |
|---|
| 44 | |
|---|
| 45 | http://common-lisp.net/project/armedbear/releases/0.23.1/abcl-bin-0.23.1.tar.gz |
|---|
| 46 | http://common-lisp.net/project/armedbear/releases/0.23.1/abcl-bin-0.23.1.zip |
|---|
| 47 | |
|---|
| 48 | With associated signatures: |
|---|
| 49 | http://common-lisp.net/project/armedbear/releases/abcl-bin-0.23.1.tar.gz.asc |
|---|
| 50 | http://common-lisp.net/project/armedbear/releases/abcl-bin-0.23.1.zip.asc |
|---|
| 51 | |
|---|