Changeset 14302 for branches/1.1.x/doc/manual/abcl.tex
- Timestamp:
- 12/06/12 20:17:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.x/doc/manual/abcl.tex
r14300 r14302 826 826 access the ``http'' and ``https'' schemes but additional protocol 827 827 handlers may be installed at runtime by having \textsc{JVM} symbols 828 present in the sun.net.protocol.dynamic pac akge. See \cite{maso2000}828 present in the sun.net.protocol.dynamic package. See \cite{maso2000} 829 829 for more details. 830 830 … … 869 869 implementation does not attempt to cache the results of current name 870 870 resolution of the representing resource unless it is requested to be 871 resolved.) Upon resolution, any can noicalization procedures871 resolved.) Upon resolution, any canoicalization procedures 872 872 followed in resolving the resource (e.g. following redirects) are 873 873 discarded. Users may programatically initiate a new, local … … 883 883 The implementation of \code{EXT:URL-PATHNAME} allows the \textsc{ABCL} 884 884 user to dynamically load code from the network. For example, 885 Quicklisp (\cite{quicklisp}) may be completely installed from the REPL885 Quicklisp (\cite{quicklisp}) may be completely installed from the \textsc{REPL} 886 886 as the single form: 887 887 … … 893 893 894 894 The implementation currently breaks \textsc{ANSI} conformance by allowing the 895 types able to be READ for the DEVICEto return a possible \code{CONS} of895 types able to be \code{CL:READ} for the \var{DEVICE} to return a possible \code{CONS} of 896 896 \code{CL:PATHNAME} objects. %% citation from CLHS needed. 897 897 … … 1039 1039 compromise with contemporary in 2011 32bit hosting architecures for 1040 1040 which we wish to make text processing efficient. Should the User 1041 require more control over UNICODEprocessing we recommend Edi Weisz'1042 excellent work with FLEXI-STREAMSwhich we fully support}, namely we1041 require more control over \textsc{UNICODE} processing we recommend Edi Weisz' 1042 excellent work with \textsc|{FLEXI-STREAMS} which we fully support}, namely we 1043 1043 allow a sequences of the form \verb~#\U~\emph{\texttt{xxxx}} to be processed 1044 1044 by the reader as character whose code is specified by the hexadecimal … … 1099 1099 1100 1100 The JSS contrib consitutes an additional, optional extension to the 1101 reader in the definition of the \#\" reader macro. See section 1102 \ref{section:jss} on page \pageref{section:jss} for more information. 1101 reader in the definition of the \code{SHARPSIGN-DOUBLE-QUOTE} 1102 (``\#\"'') reader macro. See section \ref{section:jss} on page 1103 \pageref{section:jss} for more information. 1103 1104 1104 1105 \section{ASDF} … … 1310 1311 1311 1312 These public interfaces are provided by the JSS contrib. 1313 1312 1314 \include{jss} 1313 1314 1315 1315 1316
Note: See TracChangeset
for help on using the changeset viewer.