load[procedure] load filename
R5RS
[procedure] load filename [eval-proc]
ChezScheme, Chicken extend R5RS to allow to give an evaluation procedure.
See also eval, compile, interpret
[procedure] load filename [module]
STk: you can give a module in which
the forms in filename are evaluated.
[procedure] load filename &keyword paths error-if-not-found
Gauche takes optional keyword arguments.
See also *load-path*?, add-load-path?, load-from-port,
current-load-port, current-load-history, current-load-next.
|