[CM] Question about guile modules with snd.

Steven Jones plewto@gmail.com
Wed, 19 Sep 2007 14:35:31 -0500


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