Changeset 13719


Ignore:
Timestamp:
01/05/12 05:42:04 (12 years ago)
Author:
Mark Evenson
Message:

abcl-1.0.0: update manual with light refresh.

(Unfinished) use spell checker; start to fix broken references with an
RDF vocabulary.

File:
1 edited

Legend:

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

    r13699 r13719  
    66\begin{document}
    77\title{A Manual for Armed Bear Common Lisp}
    8 \date{November 24, 2011}
     8\date{January 5, 2012}
    99\author{Mark~Evenson, Erik~H\"{u}lsmann, Alessio~Stalla, Ville~Voutilainen}
    1010
     
    2222
    2323\subsection{Version}
    24 This manual corresponds to abcl-1.0.0, released on October 22, 2011.
     24This manual corresponds to abcl-1.0.1.
    2525
    2626\subsection{License}
     
    134134
    135135Somewhat confusingly, this statement of non-conformance in the
    136 accompanying user documentation fullfills the requirements that
     136accompanying user documentation fulfills the requirements that
    137137\textsc{ABCL} is a conforming ANSI Common Lisp implementation
    138138according to the CLHS \footnote{Common Lisp Hyperspec language
     
    149149\subsection{Deficiencies}
    150150The following known problems detract from \textsc{ABCL} being a proper
    151 contemporary Comon Lisp.
     151contemporary Common Lisp.
    152152\begin{itemize}
    153153
     
    817817ABCL has created specializations of the ANSI Pathname object to
    818818enable to use of URIs to address dynamically loaded resources for the
    819 JVM.  A URL-PATHNAME has a corresponding URL whose cannoical
     819JVM.  A URL-PATHNAME has a corresponding URL whose canonical
    820820representation is defined to be the NAMESTRING of the Pathname.
    821821
     822%
    822823\begin{verbatim}
    823   JAR-PATHNAME isa URL-PATHNAME isa PATHNAME
     824
     825# RDF description of type hierarchy
     826% TODO Render via some LaTeX mode for graphviz?
     827
     828  <jar-pathname> a <url-pathname>.
     829  <url-pathname> a <pathname>.
     830  <logical-pathname> a <pathname> .
    824831\end{verbatim}
    825832
     
    849856will load and execute the Quicklisp setup code.
    850857
    851 \ref{XACH2011}
     858See \ref{_:XACH2011} on page \pageref{_:XACH2011}.
    852859
    853860\subsubsection{Implementation}
     
    10521059
    10531060To one used to a syntax that can construct macros the Java syntax
    1054 may be said to suck, so we introduce the \#" macro.
     1061may be said to suck, so we introduce the \code{SHARPSIGN-DOUBLE-QUOTE} \#" macro.
    10551062
    10561063\subsection{JSS usage}
     
    11021109\begin{thebibliography}{9}
    11031110
     1111\label{_:1}
    11041112\bibitem{Java2000}
    11051113  ``A New Era for Java Protocol Handlers.''
    11061114  \url{http://java.sun.com/developer/onlineTraining/protocolhandlers/}
    11071115
     1116\label{_:XACH2011}
    11081117\bibitem{Xach2011}
    11091118  Zach Beene
Note: See TracChangeset for help on using the changeset viewer.