[plt-scheme] dynamic require
On Jun 7, Hans Oesterholt-Dijkema wrote:
> 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'd use simple string operations, just like I would with URLs.
If you really want platform specific paths, then you should follow
Matthew's advice.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!