[plt-scheme] Science Collection
Williams, M. Douglas wrote:
> I am currently developing a numerical computing package in PLT Scheme
> to support my knowledge-based simulation work. I am almost ready to
> release it and have a few questions of the PLT Scheme community at large.
>
> 1. My current plans are to distribute it using PLaneT. Is this the
> appropriate distribution medium?
>
Yes. :)
> ...
>
> 5. The code is essentially complete – just some minor clean-up needed,
> but has not been made into a .plt file. I could zip it (it happens to
> be resident on a Windows box at the moment) and one could manually
> install it, if anyone really wants to see the code.
>
Note that you can use the function `make-planet-archive' in (lib
"util.ss" "planet") to make a PLaneT-compatible .plt file really easily
(you just have to tell it the directory your collection is in and it
does the rest).
-jacob