[plt-scheme] Using slib within a module

From: Martin DeMello (martindemello at yahoo.com)
Date: Tue Apr 22 05:26:45 EDT 2003

--- Noel Welsh <noelwelsh at yahoo.com> wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> --- Martin DeMello <martindemello at yahoo.com> wrote:
> > (module list mzscheme
> >   (require (lib "load.ss" "slibinit"))
> >   (require 'srfi-1))
> 
> For this specific example you can use the PLT native
> port of SRFI 1 you can get from
 
Thanks, but I was hoping to do the same for other slib modules as well. If this
is not possible in general, is there a workaround? (Also, what exact problem am
I running into here? I tried poking around the module docs a bit but it's a bit
overwhelming when I'm trying to learn scheme :))

martin

__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com


Posted on the users mailing list.