[CM] Question about guile modules with snd.
Steven Jones
plewto at gmail.com
Wed Sep 19 12:35:31 PDT 2007
I'm attempting to create clm modules for snd. When I use define-module
previous definitions appear to not be visible to the new module. The
following three lines illustrate the problem.
(format #t "pre define-module ~S~%" (listener-prompt))
(define-module (drsmile baz))
(format #t "post define-module ~S~%" (listener-prompt))
Searching the guile manual has not proved helpful, any suggestions?
Thanks
Steven Jones
More information about the Cmdist
mailing list