Changeset 13749
- Timestamp:
- 01/10/12 20:11:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/manual/abcl.tex
r13719 r13749 6 6 \begin{document} 7 7 \title{A Manual for Armed Bear Common Lisp} 8 \date{January 5, 2012}8 \date{January 10, 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.1 .24 This manual corresponds to abcl-1.0.1 released on January 10, 2012. 25 25 26 26 \subsection{License} … … 37 37 % TODO format this better, optionally link to URI 38 38 39 % Thanks for the markup 40 Philipp Marek 41 42 % Thanks for the whacky IKVM stuff and keeping the flame alive 43 Douglas Miles 44 45 % Thanks for JSS 46 Alan Ruttenberg 47 48 and of course 49 50 Peter Graves 39 \begin{itemize} 40 \item Philipp Marek 41 \texttt{Thanks for the markup} 42 \item Douglas Miles 43 \texttt{Thanks for the whacky IKVM stuff and keeping the flame alive 44 in the dark years.} 45 46 47 \item Alan Ruttenberg 48 \texttt{Thanks for JSS.} 49 50 51 \item and of course 52 \emph{Peter Graves} 53 \end{itemize} 54 51 55 52 56 \chapter{Running} 53 57 54 58 \textsc{ABCL} is packaged as a single jar file usually named either 55 ``abcl.jar'' or possibly``abcl-1.0. 0.jar'' if one is using a versioned56 package from your system vendor. This byte archive can be executed57 under the control of a suitable JVM \footnote {Java Virtual Machine} 58 by using the ``-jar'' option to parse the manifest, and selectthe59 class named therein ``\code{org.armedbear.lisp.Main}'' for execution, 60 viz:59 ``abcl.jar'' or possibly``abcl-1.0.1.jar'' if one is using a versioned 60 package on the local filesytem from your system vendor. This byte 61 archive can be executed under the control of a suitable JVM \footnote 62 {Java Virtual Machine} by using the ``-jar'' option to parse the 63 manifest, and select the class named therein 64 ``\code{org.armedbear.lisp.Main}'' for execution, viz: 61 65 62 66 \begin{listing-shell} … … 1055 1059 required source and fasls in a jar archive. 1056 1060 1061 \url{http://svn.common-lisp.net/armedbear/trunk/abcl/contrib/asdf-jar/README.markdown} 1062 1063 1057 1064 \section{jss} 1058 1065 \label{section:jss} … … 1066 1073 1067 1074 \begin{listing-lisp} 1075 1068 1076 CL-USER> (require 'jss) 1069 1077 … … 1071 1079 1072 1080 CL-USER) (#"propertyNames" (#"getProperties" 'java.lang.System)) 1073 \end{listing-lisp} 1081 1082 \end{listing-lisp} 1083 1084 \url{http://svn.common-lisp.net/armedbear/trunk/abcl/contrib/jss/README.markdown} 1074 1085 1075 1086 \section{asdf-install} … … 1102 1113 1103 1114 On October 22, 2011, with the publication of this Manual explicitly 1104 stating the conformance of Armed Bear Common Lisp to \textsc{ANSI}, we released1105 abcl-1.0.0.1115 stating the conformance of Armed Bear Common Lisp to \textsc{ANSI}, we 1116 released abcl-1.0.0. 1106 1117 1107 1118
Note: See TracChangeset
for help on using the changeset viewer.