Ignore:
Timestamp:
08/05/12 07:01:37 (11 years ago)
Author:
Mark Evenson
Message:

abcl-contrib: Flesh out the toplevel README.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/contrib/README.markdown

    r13848 r14057  
    22============
    33
    4 The contributions to Armed Bear constitute Common Lisp only code that is
    5 potentially useful for system construction and distribution.
     4The contributions to Armed Bear constitute Common Lisp only code that
     5is potentially useful for system construction and distribution.
    66
    77
     
    2020jss
    2121   
    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   
     26jfli
     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   
    2536   
     37mvn
     38---
    2639   
     40A collection of various useful JVM artifacts downloaded and cached
     41by 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   
     44jna     
     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
    2750Deprecated
    2851----------
     
    3861    instead.
    3962
     63# Colophon
    4064
     65Mark <evenson.not.org@gmail.com>
     66Created:  2011-09-11
     67Revised:  2012-08-04
     68
     69
Note: See TracChangeset for help on using the changeset viewer.