Changeset 14516
- Timestamp:
- 06/05/13 09:06:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2.x/doc/manual/abcl.tex
r14515 r14516 21 21 %%Preface to the Third edition, abcl-1.2. 22 22 \subsection{Preface to the Third Edition} 23 T He implementation now contains a performant and conformant23 The implementation now contains a performant and conformant 24 24 implementation of (A)MOP to the point of inclusion in CLOSER-MOP's 25 25 test suite. … … 49 49 of Java interfaces that can be used as listeners for Swing classes and 50 50 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 51 58 \end{itemize} 52 59 \textsc{ABCL} is supported by the Lisp library manager … … 880 887 881 888 \index{URI} 882 \item Any results of canonicalization proce sures performed on the889 \item Any results of canonicalization procedures performed on the 883 890 underlying \textsc{URI} are discarded between resolutions (i.e. the 884 891 implementation does not attempt to cache the results of current name … … 889 896 computation of the resolution of the resource by applying the 890 897 \code{CL:TRUENAME} function to a \code{EXT:URL-PATHNAME} object. 891 Depending on the reliab lity and properties of your local898 Depending on the reliability and properties of your local 892 899 \textsc{REST} infrastructure, these results may not necessarily be 893 900 idempotent over time\footnote {See \cite{evenson2011} for the draft … … 915 922 usual PATHNAME merge semantics when \code{*DEFAULT-PATHNAME-DEFAULTS*} 916 923 contains a \code{EXT:JAR-PATHNAME} with the ``do what I mean'' 917 algorith im described in \ref{section:conformance} on page924 algorithm described in \ref{section:conformance} on page 918 925 \pageref{section:conformance}. 919 926 … … 934 941 outer and (possibly inner) locations of the jar 935 942 archive \footnote{The case of inner and outer 936 \code{EXT: EJAR-PATHNAME} arises when zip archives themselves943 \code{EXT:JAR-PATHNAME} arises when zip archives themselves 937 944 contain zip archives which is the case when the ABCL fasl is 938 945 included in the abcl.jar zip archive.}. … … 950 957 951 958 \item In order to encapsulate the implementation decisions for these 952 meanings, the following functions provide a setf-able API for959 meanings, the following functions provide a SETF-able API for 953 960 reading and writing such values: \code{URL-PATHNAME-QUERY}, 954 961 \code{URL-PATHNAME-FRAGMENT}, \code{URL-PATHNAME-AUTHORITY}, and 955 \code{URL-PATHNAME-SCHEME}. The specific sub type of a Pathname may962 \code{URL-PATHNAME-SCHEME}. The specific sub-type of a Pathname may 956 963 be determined with the predicates \code{PATHNAME-URL-P} and 957 964 \code{PATHNAME-JAR-P}. … … 1015 1022 1016 1023 \begin{adjustwidth}{5em}{5em} 1017 Returns an alistof \code{(local-nickname . actual-package)}1024 Returns an ALIST of \code{(local-nickname . actual-package)} 1018 1025 describing the nicknames local to the designated package. 1019 1026 … … 1237 1244 \section{ASDF} 1238 1245 1239 asdf- 2.30(see \cite{asdf}) is packaged as core component of \textsc{ABCL},1246 asdf-3.0.1 (see \cite{asdf}) is packaged as core component of \textsc{ABCL}, 1240 1247 but not initialized by default, as it relies on the \textsc{CLOS} subsystem 1241 1248 which can take a bit of time to start \footnote{While this time is
Note: See TracChangeset
for help on using the changeset viewer.