Fwd [CM] Question about guile modules with snd.
Steven Jones
plewto@gmail.com
Sun, 23 Sep 2007 01:55:16 -0500
Sorry I meant to respond to the list.
---------- Forwarded message ----------
Date: Sep 23, 2007 1:48 AM
Subject: Re: [CM] Question about guile modules with snd.
To: Bill Schottstaedt <bil@ccrma.stanford.edu>
Thanks Bill for your quick response, I figured it was something as you
described. I have found (more like stumbled upon) a few words not
defined in export-all.scm. Specifically: pi vct? make-vct and
run-internal.
I see now it could be quite burdensome to maintain export-all up to
date. If this is the case I could resort to the tactic of simply
prepending definitions with a pseudo module name. I.E instead of
naming a procedure "foo" it would be "module-foo".
Steven Jones.