[plt-scheme] dynamic require

From: Robby Findler (robby at cs.uchicago.edu)
Date: Mon Jun 6 19:39:08 EDT 2005

At Tue, 07 Jun 2005 01:32:01 +0200, Hans Oesterholt-Dijkema wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> Eli Barzilay schreef:
> 
> >IIRC, the point is that relative paths in `require' have the same
> >status as URLs do, since they provide a similar kind of portability.
> >So instead of replacing backslashes with slashes, you're better of not
> >using build-path at all.
> >
> >  
> >
> What would you advice to use?

I think Matthew already answered this one upstream but just in case,
you might also consider passing the path directly to dynamic-require.

Robby



Posted on the users mailing list.