Hi all, (make-module) doesn't seem to appear in the documentation, Is it supported, discouraged or deprecated?
We use it in the Lilypond/Guile interface code but we use it by doing a lookup and effectively scm_eval the result. I notice it appears in the shim code Andy supplied to support module-export-all! for V1.8.7. Is there a supported scm_make_module we can use in the Guile API, and if not, is it safe to use SCM scm_make_module_x = SCM_EOL; scm_permanent_object (scm_c_lookup ("make-module")); and then do scm_call_0( SCM_VARIABLE_REF (scm_make_module_x)): ? Also what are the args the REPL says you can supply to (make-module) ?. Cheers, Ian Hulin