[plt-scheme] PlaneT, plts and distributing software.
At Tue, 25 Oct 2005 16:09:28 -0700, Yoav Goldberg wrote:
> While we're at it, I think it will also be extremly usefull to add the
> <path-of-main-file>/collects to the
> current-library-collection-paths[2] list, as a default,
Isn't that already the case? After "PLTHOME/collects", MzScheme tries
"collects", then "../collects", then "../../collects", and then
"../../../collects". (The last one makes sense Mac OS GUI programs.)
Or is it an issue of having PLTHOME set?
Matthew