1 | Subject: [ANNOUNCE] ABCL 0.18.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.18.0 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 - faster initial startup, |
---|
17 | faster special variable lookup and portable fasl files. You can find the full |
---|
18 | release notes at: |
---|
19 | |
---|
20 | http://common-lisp.net/project/armedbear/release-notes-0.17.shtml |
---|
21 | |
---|
22 | and the list of changes at: |
---|
23 | |
---|
24 | http://trac.common-lisp.net/armedbear/browser/trunk/abcl/CHANGES |
---|
25 | |
---|
26 | |
---|
27 | If you have questions regarding use or licensing, or you find issues, please |
---|
28 | report back to the development list: |
---|
29 | |
---|
30 | armedbear-devel at common-lisp dot net |
---|
31 | |
---|
32 | |
---|
33 | Source distribution archives can be downloaded in ZIP or gzipped tar form: |
---|
34 | |
---|
35 | http://common-lisp.net/project/armedbear/releases/abcl-src-0.18.0.tar.gz |
---|
36 | http://common-lisp.net/project/armedbear/releases/abcl-src-0.18.0.zip |
---|
37 | |
---|
38 | Signatures are available under: |
---|
39 | http://common-lisp.net/project/armedbear/releases/abcl-src-0.18.0.tar.gz.asc |
---|
40 | http://common-lisp.net/project/armedbear/releases/abcl-src-0.18.0.zip.asc |
---|
41 | |
---|
42 | |
---|
43 | |
---|
44 | In addition, binaries are also available: |
---|
45 | |
---|
46 | http://common-lisp.net/project/armedbear/releases/abcl-bin-0.18.0.tar.gz |
---|
47 | http://common-lisp.net/project/armedbear/releases/abcl-bin-0.18.0.zip |
---|
48 | |
---|
49 | With associated signatures: |
---|
50 | http://common-lisp.net/project/armedbear/releases/abcl-bin-0.18.0.tar.gz.asc |
---|
51 | http://common-lisp.net/project/armedbear/releases/abcl-bin-0.18.0.zip.asc |
---|
52 | |
---|