Changeset 15059


Ignore:
Timestamp:
06/08/17 18:29:43 (6 years ago)
Author:
Mark Evenson
Message:

imported patch manual.diff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/doc/manual/abcl.tex

    r15047 r15059  
    6363
    6464Armed Bear Common Lisp (\textsc{ABCL}) is an implementation of Common
    65 Lisp that runs on the Java Virtual Machine.  It compiles Common Lisp
    66 to Java 5 bytecode \footnote{The class file version is ``49.0''.},
    67 providing the following integration methods for interfacing with Java
    68 code and libraries:
     65Lisp that runs on the Java Virtual Machine (\textsc{JVM}).
     66\textsc{ABCL} compiles Common Lisp to Java bytecode \footnote{The
     67  class file version is ``49.0''.}, with an efficiency that varies on
     68the hosting JVM implementation.  \textsc{ABCL} supports Java 6, Java
     697, and Java 8 \textsc{JVM} implementations.
     70
     71Armed Bear provides the following integration methods for interfacing
     72with Java code and libraries:
    6973\begin{itemize}
    7074\item Lisp code can create Java objects and call their methods (see
Note: See TracChangeset for help on using the changeset viewer.