Maybe you can modify %load-path in your code. But I haven't tested yet.
Good luck!
Is it possible to simplify the backquote construct `(,x_1 ... ,x_k)
(always unquote on all arguments) somehow, so that the unquote does
not need to appear multiple times (depending on k)? (I construct these
in the C-interface, and it would simplify not having to remove a
sequence of them.)
Marek Kubica writes:
> Hi,
>
> I tried executing the modules example:
>
> $ cd guile-git/examples/module
> $ guile -s main
>
[...]
> ERROR: no code for module (module-0)
>
> Is there a way to add the current directory to the search path?
>
% guile --help | grep -i directory
-L DIRECTORY add D