Il giorno gio, 02/09/2021 alle 22.06 +0200, Roel Janssen ha scritto:
> 



> Or in this particular case, use the "add-to-load-path" procedure:
> https://www.gnu.org/software/guile/manual/html_node/Load-Paths.html
> 

An example usage of "add-to-load-path" is avalilable in Haunt, the
static blog builder

In haunt/ui.scm on line 130 (if my checkout is current)

The first thing the "haunt" command does is it adds the current folder
(getcwd) to the load path so that the rest of the haunt code base can
be found

Hope this helps



Reply via email to