Re: Modules

2010-12-09 Thread Nala Ginrut
Maybe you can modify %load-path in your code. But I haven't tested yet. Good luck!

Backquote simplification

2010-12-09 Thread Hans Aberg
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.)

Re: Modules

2010-12-09 Thread Andreas Rottmann
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