scripting
List of symbols:
load-path
Usage: (set! ’load-path ’(“/path/one” “/path/two”))
Namespace: root
Set the a list of paths to search for loading scripts with the load form. Paths are a vector and are searched in index order for the file name of the path to be loaded.
No Examples