Changeset 13719
- Timestamp:
- 01/05/12 05:42:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/manual/abcl.tex
r13699 r13719 6 6 \begin{document} 7 7 \title{A Manual for Armed Bear Common Lisp} 8 \date{ November 24, 2011}8 \date{January 5, 2012} 9 9 \author{Mark~Evenson, Erik~H\"{u}lsmann, Alessio~Stalla, Ville~Voutilainen} 10 10 … … 22 22 23 23 \subsection{Version} 24 This manual corresponds to abcl-1.0. 0, released on October 22, 2011.24 This manual corresponds to abcl-1.0.1. 25 25 26 26 \subsection{License} … … 134 134 135 135 Somewhat confusingly, this statement of non-conformance in the 136 accompanying user documentation ful lfills the requirements that136 accompanying user documentation fulfills the requirements that 137 137 \textsc{ABCL} is a conforming ANSI Common Lisp implementation 138 138 according to the CLHS \footnote{Common Lisp Hyperspec language … … 149 149 \subsection{Deficiencies} 150 150 The following known problems detract from \textsc{ABCL} being a proper 151 contemporary Com on Lisp.151 contemporary Common Lisp. 152 152 \begin{itemize} 153 153 … … 817 817 ABCL has created specializations of the ANSI Pathname object to 818 818 enable to use of URIs to address dynamically loaded resources for the 819 JVM. A URL-PATHNAME has a corresponding URL whose can noical819 JVM. A URL-PATHNAME has a corresponding URL whose canonical 820 820 representation is defined to be the NAMESTRING of the Pathname. 821 821 822 % 822 823 \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> . 824 831 \end{verbatim} 825 832 … … 849 856 will load and execute the Quicklisp setup code. 850 857 851 \ref{XACH2011} 858 See \ref{_:XACH2011} on page \pageref{_:XACH2011}. 852 859 853 860 \subsubsection{Implementation} … … 1052 1059 1053 1060 To one used to a syntax that can construct macros the Java syntax 1054 may be said to suck, so we introduce the \ #" macro.1061 may be said to suck, so we introduce the \code{SHARPSIGN-DOUBLE-QUOTE} \#" macro. 1055 1062 1056 1063 \subsection{JSS usage} … … 1102 1109 \begin{thebibliography}{9} 1103 1110 1111 \label{_:1} 1104 1112 \bibitem{Java2000} 1105 1113 ``A New Era for Java Protocol Handlers.'' 1106 1114 \url{http://java.sun.com/developer/onlineTraining/protocolhandlers/} 1107 1115 1116 \label{_:XACH2011} 1108 1117 \bibitem{Xach2011} 1109 1118 Zach Beene
Note: See TracChangeset
for help on using the changeset viewer.