Changeset 14516


Ignore:
Timestamp:
06/05/13 09:06:27 (10 years ago)
Author:
Mark Evenson
Message:

abcl-1.2.0: User manual refinements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2.x/doc/manual/abcl.tex

    r14515 r14516  
    2121%%Preface to the Third edition, abcl-1.2.
    2222\subsection{Preface to the Third Edition}
    23 THe implementation now contains a performant and conformant
     23The implementation now contains a performant and conformant
    2424implementation of (A)MOP to the point of inclusion in CLOSER-MOP's
    2525test suite.
     
    4949  of Java interfaces that can be used as listeners for Swing classes and
    5050  similar.
     51\item \code{java:jnew-runtime-class} can inject fully synthetic Java
     52  classes--and their objects-- into the current JVM process whose
     53  behavior is specified via closures expressed in Common Lisp.. \footnote{Parts of
     54    the current implementation are not fully finished, so the status
     55    of some interfaces here should be treated with skepticism if you
     56    run into problems.}
     57
    5158\end{itemize}
    5259\textsc{ABCL} is supported by the Lisp library manager
     
    880887
    881888\index{URI}
    882 \item Any results of canonicalization procesures performed on the
     889\item Any results of canonicalization procedures performed on the
    883890  underlying \textsc{URI} are discarded between resolutions (i.e. the
    884891  implementation does not attempt to cache the results of current name
     
    889896  computation of the resolution of the resource by applying the
    890897  \code{CL:TRUENAME} function to a \code{EXT:URL-PATHNAME} object.
    891   Depending on the reliablity and properties of your local
     898  Depending on the reliability and properties of your local
    892899  \textsc{REST} infrastructure, these results may not necessarily be
    893900  idempotent over time\footnote {See \cite{evenson2011} for the draft
     
    915922usual PATHNAME merge semantics when \code{*DEFAULT-PATHNAME-DEFAULTS*}
    916923contains a \code{EXT:JAR-PATHNAME} with the ``do what I mean''
    917 algorithim described in \ref{section:conformance} on page
     924algorithm described in \ref{section:conformance} on page
    918925\pageref{section:conformance}.
    919926
     
    934941  outer and (possibly inner) locations of the jar
    935942  archive \footnote{The case of inner and outer
    936     \code{EXT:EJAR-PATHNAME} arises when zip archives themselves
     943    \code{EXT:JAR-PATHNAME} arises when zip archives themselves
    937944    contain zip archives which is the case when the ABCL fasl is
    938945    included in the abcl.jar zip archive.}.
     
    950957
    951958\item In order to encapsulate the implementation decisions for these
    952   meanings, the following functions provide a setf-able API for
     959  meanings, the following functions provide a SETF-able API for
    953960  reading and writing such values: \code{URL-PATHNAME-QUERY},
    954961  \code{URL-PATHNAME-FRAGMENT}, \code{URL-PATHNAME-AUTHORITY}, and
    955   \code{URL-PATHNAME-SCHEME}.  The specific subtype of a Pathname may
     962  \code{URL-PATHNAME-SCHEME}.  The specific sub-type of a Pathname may
    956963  be determined with the predicates \code{PATHNAME-URL-P} and
    957964  \code{PATHNAME-JAR-P}.
     
    10151022
    10161023\begin{adjustwidth}{5em}{5em}
    1017   Returns an alist of \code{(local-nickname . actual-package)}
     1024  Returns an ALIST of \code{(local-nickname . actual-package)}
    10181025  describing the nicknames local to the designated package.
    10191026
     
    12371244\section{ASDF}
    12381245
    1239 asdf-2.30 (see \cite{asdf}) is packaged as core component of \textsc{ABCL},
     1246asdf-3.0.1 (see \cite{asdf}) is packaged as core component of \textsc{ABCL},
    12401247but not initialized by default, as it relies on the \textsc{CLOS} subsystem
    12411248which can take a bit of time to start \footnote{While this time is
Note: See TracChangeset for help on using the changeset viewer.