1 | Subject: [ANNOUNCE] ABCL 0.17.0 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.17.0 release. ABCL is a Common Lisp |
---|
7 | implementation implemented in Java and running on the JVM, featuring |
---|
8 | both an interpreter and a compiler. The compiler targets the JVM directly |
---|
9 | meaning that its output is runnable JVM bytecode. The fact that ABCL is |
---|
10 | written in Java allows for relatively easy embedding in larger applications. |
---|
11 | For integration with existing applications ABCL implements JSR-223. |
---|
12 | |
---|
13 | |
---|
14 | This release features - among lots of other things - performance improvements, |
---|
15 | a fix for unexpected thread termination due to uncaught exceptions and |
---|
16 | example code for running ABCL on Google App Engine. You can find the full |
---|
17 | release notes at: |
---|
18 | |
---|
19 | http://common-lisp.net/project/armedbear/release-notes-0.17.shtml |
---|
20 | |
---|
21 | If you have questions regarding use or licensing, or you find issues, please |
---|
22 | report back to the development list: |
---|
23 | |
---|
24 | armedbear-devel at common-lisp dot net |
---|
25 | |
---|
26 | |
---|
27 | Source distribution archives can be downloaded in ZIP or gzipped tar form: |
---|
28 | |
---|
29 | http://common-lisp.net/project/armedbear/releases/abcl-src-0.17.0.tar.gz |
---|
30 | http://common-lisp.net/project/armedbear/releases/abcl-src-0.17.0.zip |
---|
31 | |
---|
32 | Signatures are available under: |
---|
33 | http://common-lisp.net/project/armedbear/releases/abcl-src-0.17.0.tar.gz.asc |
---|
34 | http://common-lisp.net/project/armedbear/releases/abcl-src-0.17.0.zip.asc |
---|
35 | |
---|
36 | |
---|
37 | |
---|
38 | In addition, binaries are also available: |
---|
39 | |
---|
40 | http://common-lisp.net/project/armedbear/releases/abcl-bin-0.17.0.tar.gz |
---|
41 | http://common-lisp.net/project/armedbear/releases/abcl-bin-0.17.0.zip |
---|
42 | |
---|
43 | With associated signatures: |
---|
44 | http://common-lisp.net/project/armedbear/releases/abcl-bin-0.17.0.tar.gz.asc |
---|
45 | http://common-lisp.net/project/armedbear/releases/abcl-bin-0.17.0.zip.asc |
---|
46 | |
---|