Changeset 15059
- Timestamp:
- 06/08/17 18:29:43 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/manual/abcl.tex
r15047 r15059 63 63 64 64 Armed 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: 65 Lisp 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 68 the hosting JVM implementation. \textsc{ABCL} supports Java 6, Java 69 7, and Java 8 \textsc{JVM} implementations. 70 71 Armed Bear provides the following integration methods for interfacing 72 with Java code and libraries: 69 73 \begin{itemize} 70 74 \item Lisp code can create Java objects and call their methods (see
Note: See TracChangeset
for help on using the changeset viewer.