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

_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to