Changeset 12372
- Timestamp:
- 01/13/10 19:23:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
developer-resources/release-announcement.txt
r12269 r12372 1 Subject: [ANNOUNCE] ABCL 0.1 7.0 released1 Subject: [ANNOUNCE] ABCL 0.18.0 released 2 2 3 3 4 4 5 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. 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. 12 14 13 15 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 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 17 18 release notes at: 18 19 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 20 26 21 27 If you have questions regarding use or licensing, or you find issues, please … … 27 33 Source distribution archives can be downloaded in ZIP or gzipped tar form: 28 34 29 http://common-lisp.net/project/armedbear/releases/abcl-src-0.1 7.0.tar.gz30 http://common-lisp.net/project/armedbear/releases/abcl-src-0.1 7.0.zip35 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 31 37 32 38 Signatures are available under: 33 http://common-lisp.net/project/armedbear/releases/abcl-src-0.1 7.0.tar.gz.asc34 http://common-lisp.net/project/armedbear/releases/abcl-src-0.1 7.0.zip.asc39 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 35 41 36 42 … … 38 44 In addition, binaries are also available: 39 45 40 http://common-lisp.net/project/armedbear/releases/abcl-bin-0.1 7.0.tar.gz41 http://common-lisp.net/project/armedbear/releases/abcl-bin-0.1 7.0.zip46 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 42 48 43 49 With associated signatures: 44 http://common-lisp.net/project/armedbear/releases/abcl-bin-0.1 7.0.tar.gz.asc45 http://common-lisp.net/project/armedbear/releases/abcl-bin-0.1 7.0.zip.asc50 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 46 52
Note: See TracChangeset
for help on using the changeset viewer.