Changeset 14843
- Timestamp:
- 11/09/15 11:30:28 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/manual/abcl.tex
r14775 r14843 1243 1243 \begin{enumerate} 1244 1244 \item \code{jna} 1245 Dynamically load 'jna.jar' version 4. 0.01245 Dynamically load 'jna.jar' version 4.1.0 1246 1246 from the network \footnote{This loading can be inhibited 1247 1247 if, at runtime, the Java class corresponding … … 1249 1249 \end{enumerate} 1250 1250 \item \code{quicklisp-abcl} Boot a local Quicklisp installation 1251 via the ASDF:IRI type introduced bia ABCL-ASDF. 1252 1253 \begin{listing-lisp} 1254 CL-USER> (asdf:load-system :quicklisp-abcl) 1255 \end{listing-lisp} 1256 1251 via the ASDF:IRI type introduced via ABCL-ASDF. 1252 1253 \item \code{jfli} A descendent of Rich Hickey's pre-Clojure work 1254 on the JVM. 1255 \item \code{jss} Introduces dynamic inspection of present 1256 symbols via the \code{SHARPSIGN-DOUBLE-QUOTE} macros as Java Syntax 1257 Sucks 1258 \item \code{asdf-install} DEPRECATED. Scheduled for removal in 1.4.0. 1257 1259 \end{enumerate} 1258 1260
Note: See TracChangeset
for help on using the changeset viewer.