guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make-module question.


From: Ian Hulin
Subject: make-module question.
Date: Tue, 10 Aug 2010 20:25:56 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]