Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
ilc2010
Commits
cc1021b4
Commit
cc1021b4
authored
Sep 04, 2010
by
Francois-Rene Rideau
Browse files
Cite Waters, as suggested by Vadim. Use hyperref to make bibtex happy.
parent
64319700
Changes
3
Hide whitespace changes
Inline
Side-by-side
asdf.bib
View file @
cc1021b4
...
...
@@ -207,3 +207,17 @@
url
=
{ftp://ftp.cs.yale.edu/pub/mcdermott/software/ytools.tar.gz}
,
year
=
2009
}
@article
{
WatersSurvival
,
author
=
{Waters, Richard C.}
,
title
=
{The survival of {L}isp: either we share, or IT DIES}
,
journal
=
{SIGPLAN Lisp Pointers}
,
volume
=
{VII}
,
number
=
{1-2}
,
year
=
{1994}
,
issn
=
{1045-3563}
,
pages
=
{23--26}
,
doi
=
"http://doi.acm.org/10.1145/192590.192600"
,
publisher
=
{ACM}
,
address
=
{New York, NY, USA}
,
url
=
"http://www.foldr.org/~michaelw/log/static/programming/lisp/share-lisp.pdf"
}
asdf.tex
View file @
cc1021b4
...
...
@@ -446,6 +446,10 @@ in parallel (options \texttt{-j} or \texttt{-l} of {\make}).
the growth of open source
{
\CL
}
libraries,
and the renaissance of the
{
\CL
}
community.
Prior to the existence of
{
\ASDF
}
,
there have been many efforts at consolidating
a Lisp community~
\cite
{
WatersSurvival
}
,
but it was hard to assemble the pieces of code
gathered from over the net, because
there was no portable way to specify how to build a system
out of components that were not all supplied together.
Installing a
{
\CL
}
system was often a tricky matter
...
...
main.tex
View file @
cc1021b4
...
...
@@ -8,6 +8,7 @@
\usepackage
{
graphicx
}
\usepackage
{
alltt
}
\usepackage
{
ifthen
}
\usepackage
{
hyperref
}
\newboolean
{
draft
}
\setboolean
{
draft
}{
true
}
...
...
@@ -1536,11 +1537,14 @@ There is documentation, however imperfect.
We would encourage
{
\CL
}
implementers to
please incorporate
{
\ASDFii
}
into your implementations.
To users we say:
\begin{itemize}
\item
Enjoy the new features;
\item
Report bugs to launchpad (
\url
{
https://bugs.launchpad.net/asdf
}
) and
\item
Help us make better documentation.
\end{itemize}
%\begin{itemize}
%\item
(1) Enjoy the new features,
%\item
(2) report bugs to launchpad (
\url
{
https://bugs.launchpad.net/asdf
}
) and
%\item
(3) help us make better documentation.
%\end{itemize}
If you are really enthusiastic, become the new
{
\ASDF
}
maintainer!
If you do so, though, please be conscious of its central social role, and
when changing it ``
\textit
{
Primum non nocere
}
'' -- first, do no harm.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment