Changeset 14057 for trunk/abcl/contrib/README.markdown
- Timestamp:
- 08/05/12 07:01:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/contrib/README.markdown
r13848 r14057 2 2 ============ 3 3 4 The contributions to Armed Bear constitute Common Lisp only code that is5 potentially useful for system construction and distribution.4 The contributions to Armed Bear constitute Common Lisp only code that 5 is potentially useful for system construction and distribution. 6 6 7 7 … … 20 20 jss 21 21 22 A higher-order, more Lisp oriented interface for constructing Lisp 23 interfaces to existing binary code libraries available for the JVM 24 built on the primitives provided by the JAVA package. 22 A higher-order, more Lisp oriented interface for constructing Lisp 23 interfaces to existing binary code libraries available for the JVM 24 built on the primitives provided by the JAVA package. 25 26 jfli 27 28 The "original" higher-order JVM interop descended from Rich 29 Hickey's work on the JVM before Clojure. This implementation 30 currently uses a fork of the public [JFLI][] API that uses the 31 java interop of the ABCL JAVA package instead of the JNI 32 interface. 33 34 [jfli]: http://sourceforge.net/projects/jfli/ 35 25 36 37 mvn 38 --- 26 39 40 A collection of various useful JVM artifacts downloaded and cached 41 by the Aether Maven connector. Requires the maven-3.0.4 executable 42 "mvn" (or "mvn.bat') to be in the current processes's path. 43 44 jna 45 Cache, from the network if necessary, the jna-3.0.9.jar in 46 the current JVM process, allowing the bootstrapping of 47 dynamically linking to shared executables on the host platform. 48 49 27 50 Deprecated 28 51 ---------- … … 38 61 instead. 39 62 63 # Colophon 40 64 65 Mark <evenson.not.org@gmail.com> 66 Created: 2011-09-11 67 Revised: 2012-08-04 68 69
Note: See TracChangeset
for help on using the changeset viewer.