[armedbear-cvs] r14057 - trunk/abcl/contrib
mevenson at common-lisp.net
mevenson at common-lisp.net
Sun Aug 5 07:01:38 UTC 2012
Author: mevenson
Date: Sun Aug 5 00:01:37 2012
New Revision: 14057
Log:
abcl-contrib: Flesh out the toplevel README.
Modified:
trunk/abcl/contrib/README.markdown
Modified: trunk/abcl/contrib/README.markdown
==============================================================================
--- trunk/abcl/contrib/README.markdown Sat Aug 4 22:55:08 2012 (r14056)
+++ trunk/abcl/contrib/README.markdown Sun Aug 5 00:01:37 2012 (r14057)
@@ -1,8 +1,8 @@
ABCL-CONTRIB
============
-The contributions to Armed Bear constitute Common Lisp only code that is
-potentially useful for system construction and distribution.
+The contributions to Armed Bear constitute Common Lisp only code that
+is potentially useful for system construction and distribution.
abcl-asdf
@@ -19,11 +19,34 @@
jss
- A higher-order, more Lisp oriented interface for constructing Lisp
- interfaces to existing binary code libraries available for the JVM
- built on the primitives provided by the JAVA package.
+ A higher-order, more Lisp oriented interface for constructing Lisp
+ interfaces to existing binary code libraries available for the JVM
+ built on the primitives provided by the JAVA package.
+
+jfli
+
+ The "original" higher-order JVM interop descended from Rich
+ Hickey's work on the JVM before Clojure. This implementation
+ currently uses a fork of the public [JFLI][] API that uses the
+ java interop of the ABCL JAVA package instead of the JNI
+ interface.
+
+[jfli]: http://sourceforge.net/projects/jfli/
+
+mvn
+---
+A collection of various useful JVM artifacts downloaded and cached
+by the Aether Maven connector. Requires the maven-3.0.4 executable
+"mvn" (or "mvn.bat') to be in the current processes's path.
+
+jna
+ Cache, from the network if necessary, the jna-3.0.9.jar in
+ the current JVM process, allowing the bootstrapping of
+ dynamically linking to shared executables on the host platform.
+
+
Deprecated
----------
@@ -37,4 +60,10 @@
instead.
+# Colophon
+
+Mark <evenson.not.org at gmail.com>
+Created: 2011-09-11
+Revised: 2012-08-04
+
More information about the armedbear-cvs
mailing list