next up previous contents index
Next: Class System Up: Rscheme Notes Previous: Rscheme vs. Commom Lisp

   
Depend/Support facilities

Rscheme provides a facility supporting module (file) dependency. In order to use it you need to add a
(depend 'file-name)
call in the file that needs file-name, and add
(support 'file-name)
to the file whose name is file-name.

You need to update your RSCHEME_DEPENDS_PATH environment variable to include the directories Rscheme will look into when looking for supporting files. For more details see $ARGUS/corelib/depend.scm.



Emilio Remolina
2000-10-04