From: Daniel Weinreb
Subject: Re: how to install the series package on SBCL for Windows?
Date: 
Message-ID: <4299j.5783$c82.5578@trnddc01>
livingcosmos.org wrote:
> I have the series package downloaded and unpacked.
> 
> The link to the ASDF manual - http://constantly.at/lisp/asdf/
> from http://www.cliki.net/asdf is broken.

I thought the last time I downloaded asdf, it came with
full documentation.

> 
> The very bottom of the series release notes:
> http://series.cvs.sourceforge.net/series/series/RELEASE-NOTES?view=markup
> 
> contains some instructions for compiling, loading, and installing, but
> it is not clear what I can do so that when I re-enter sbcl, the
> package can be accessed via
> 
> (require :series)
> 
> I managed to (require :asdf) and then (asdf:operate 'asdf:compile-
> op :series) as well (asdf:operate 'asdf:load-op :series)
> successfully, but that does not make the package available upon re-
> entry to sbcl.
> 
> 
From: ··········@gmail.com
Subject: Re: how to install the series package on SBCL for Windows?
Date: 
Message-ID: <06097e50-f97a-4c98-907d-0990e81ff93b@s48g2000hss.googlegroups.com>
On Dec 16, 7:41 am, Daniel Weinreb <····@alum.mit.edu> wrote:

>
> I thought the last time I downloaded asdf, it came with
> full documentation.
>

ASDF ships with SBCL. The best documentation for ASDF for me is this -
http://common-lisp.net/~mmommer/asdf-howto.shtml