sbcl.sbcl/doc/cmucl/internals/design.tex
William Harold Newman a530bbe337 Initial revision
2000-09-18 01:26:16 +00:00

19 lines
543 B
TeX

\documentstyle[cmu-titlepage]{report} % -*- Dictionary: design -*-
\title{Design of CMU Common Lisp}
\author{Robert A. MacLachlan (ed)}
\trnumber{CMU-CS-91-???}
\abstract{This report documents internal details of the CMU Common Lisp
compiler and run-time system. CMU Common Lisp is a public domain
implementation of Common Lisp that runs on various Unix workstations.}
\begin{document}
\maketitle
\tableofcontents
\include{architecture}
\include{compiler}
\include{retargeting}
\include{run-time}
\appendix
\include{glossary}
\end{document}