[plt-scheme] Searching for a library

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Mar 5 20:52:01 EST 2009

On Mar  5, jmhufflen at lifc.univ-fcomte.fr wrote:
>    Hello,
> 
>    I'm using PLT Scheme as an R6RS interpreter.  As I understand, PLT
> Scheme looks for libraries first in:
> #<path:C:\Documents and Settings\*user-name*\Application Data\PLT
> Scheme\*version-nb*\collects>
> and then in:
> #<path:C:\Program Files\PLT\collects>
> 
>    In both Linux and Windows, can we add search rules?

Yes, see the `-S' command-line flag for mzscheme, and the PLTCOLLECTS
environment variable.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.