[plt-scheme] library search paths
On Sep 15, Jordan Johnson wrote:
>
> No doubt this would be easy if I weren't trying to do it at 1am, but...
> what's the canonical way to push an extra directory onto the search
> path used
> for libraries by mzscheme? I've accumulated enough PLT-based code now
> that I want to start sticking files in a $HOME/plt-lib directory for
> reference.
set PLTCOLLECTS to "$HOME/plt-lib:"
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!