Changes between Version 12 and Version 13 of JavaScriptingAPI
- Timestamp:
- 09/23/11 17:24:26 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JavaScriptingAPI
v12 v13 3 3 ABCL is integrated with the Java Scripting API (JSR-223, package javax.script) which is built-in in Java 6. 4 4 5 This page describes the design decisions behind the ABCL JSR-223 support. It is not a description of what JSR-223 is or a tutorial on how to use it. See http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/ abcl/jsr-223 for example usage.5 This page describes the design decisions behind the ABCL JSR-223 support. It is not a description of what JSR-223 is or a tutorial on how to use it. See http://trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/jsr-223 for example usage. 6 6 7 7 == Implemented interfaces ==