Changeset 13679
- Timestamp:
- 10/27/11 11:56:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/manual/abcl.tex
r13665 r13679 6 6 \begin{document} 7 7 \title{A Manual for Armed Bear Common Lisp} 8 \date{October 2 2, 2011}8 \date{October 27, 2011} 9 9 \author{Mark~Evenson, Erik~Huelsmann, Alessio~Stalla, Ville~Voutilainen} 10 10 … … 20 20 21 21 \subsection{Version} 22 This manual corresponds to abcl-1.0.0 -dev,released on October 22, 2011.22 This manual corresponds to abcl-1.0.0, released on October 22, 2011. 23 23 24 24 \subsection{License} … … 53 53 ``abcl.jar'' or possibly``abcl-1.0.0.jar'' if one is using a versioned 54 54 package from your system vendor. This byte archive can be executed 55 under the control of a suitable JVM by using the ``-jar'' option to 56 parse the manifest, and select the named class 57 (\code{org.armedbear.lisp.Main}) for execution, viz: 55 under the control of a suitable JVM \footnote {Java Virtual Machine} 56 by using the ``-jar'' option to parse the manifest, and select the 57 class named therein ``\code{org.armedbear.lisp.Main}'' for execution, 58 viz: 58 59 59 60 \begin{listing-shell} … … 61 62 \end{listing-shell} 62 63 63 N.b.for the proceeding command to work, the ``java'' executable needs64 \emph{N.b.} for the proceeding command to work, the ``java'' executable needs 64 65 to be in your path. 65 66 … … 67 68 as SLIME \footnote{SLIME is the Superior Lisp Mode for Interaction 68 69 under Emacs}) the invocation is wrapped in a Bourne shell script 69 under UNIX or a DOScommand script under Windows so that ABCL may be70 under \textsc{UNIX} or a \textsc{DOS} command script under Windows so that ABCL may be 70 71 executed simply as: 71 72 … … 107 108 \section{Initialization} 108 109 109 If the ABCLprocess is started without the ``--noinit'' flag, it110 If the \textsc{ABCL} process is started without the ``--noinit'' flag, it 110 111 attempts to load a file named ``.abclrc'' located in the user's home 111 112 directory and then interpret its contents.
Note: See TracChangeset
for help on using the changeset viewer.