[plt-scheme] Requiring absolute path

From: Thomas Chust (chust at web.de)
Date: Mon Jun 15 12:42:30 EDT 2009

2009/6/15 Paulo J. Matos <pocmatos at gmail.com>:
> [...]
> I have a scm file which is a library to another file and once this
> library is installed it resides in the system and I know its absolute
> path.
> [...]

Hello,

my suggestion would be to either add the path where the module resides
to the PLT Scheme collection paths or to use a form like this:
  (require (file
"/home/pmatos/Software/eboc/src/modes/esmc-mode/eventb-lib.scm"))

cu,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.


Posted on the users mailing list.