Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

scripting

List of symbols:

load-path

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