Changeset 13619
- Timestamp:
- 10/03/11 06:32:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/manual/abcl.tex
r13618 r13619 321 321 \begin{listing-lisp} 322 322 CL-USER> (add-to-classpath "/path/to/some.jar") 323 \end{listing-lisp} p323 \end{listing-lisp} 324 324 325 325 \subsection{API} … … 334 334 \subsection{API} 335 335 336 % TODO documentthe THREADS package.336 % include autogen docs for the THREADS package. 337 337 \include{threads} 338 338 … … 350 350 \subsection{API} 351 351 352 % include autogen docs for the EXTENSIONS package. 352 353 \include{extensions} 353 354 … … 362 363 \begin{enumerate} 363 364 \item Compiler to JVM 5 bytecode 364 \item Pathname extensions n365 \item Pathname extensions 365 366 \end{enumerate} 366 367 … … 408 409 \ref{RHODES2007} 409 410 410 The SEQUENCE pac akge fully implements Christopher Rhodes' proposal for411 The SEQUENCE package fully implements Christopher Rhodes' proposal for 411 412 extensible sequences. These user extensible sequences are used 412 413 directly in \code{java-collections.lisp} provide these CLOS … … 461 462 code is greater than 0x00ff. 462 463 464 \section{ASDF} 465 466 asdf-2.017 is packaged as core component of ABCL. By default, ASDF is 467 not loaded, as it relies on the CLOS subsystem which can take a bit of 468 time to initialize. 469 470 \begin{listing-lisp} 471 CL-USER> (require 'asdf) 472 \end{listing-lisp} 473 474 \chapter{Contrib} 475 476 \section{abcl-asdf} 477 478 Allow ASDF system definition which dynamically loads JVM artifacts 479 such as jar archives via a Maven encapsulation. 480 481 ASDF components added: JAR-FILE, JAR-DIRECTORY, CLASS-FILE-DIRECTORY 482 and MVN. 483 484 \section{asdf-install} 485 486 An implementation of ASDF-INSTALL. Superceded by Quicklisp (qv.) 487 488 \section{asdf-jar} 489 490 ASDF-JAR provides a system for packaging ASDF systems into jar 491 archives for ABCL. Given a running ABCL image with loadable ASDF 492 systems the code in this package will recursively package all the 493 required source and fasls in a jar archive. 494 495 \section{jss} 496 497 Java Syntax sucks, so we introduce this #" macro 498 499 463 500 \chapter{History} 464 501 … … 476 513 conformance of Armed Bear Common Lisp to ANSI, we release abcl-1.0. 477 514 515 516 517 478 518 \section{References} 479 519
Note: See TracChangeset
for help on using the changeset viewer.