dev-serveez
[Top][All Lists]
Advanced

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

Re: [dev-serveez] guile modules


From: Martin Grabmueller
Subject: Re: [dev-serveez] guile modules
Date: Mon, 3 Jun 2002 13:09:24 +0200 (MEST)

> From: stefan <address@hidden>
> Date: Sat, 1 Jun 2002 12:49:27 +0200 (CEST)
> 
> After done this we do have the procedure defined in 'libsvzguile.so' in
> the namespace of the module.  In order to get exported one needs to:
> 
> (export svz:init svz:interface:list [...])
> 
> Is it possible to traverse all the procedures/variables and export them
> without mentioning them explicitely?

IIRC, the startup file boot-9.scm defines some procedures for
traversing the definitions of modules.  Maybe there is somthing useful
for you among that stuff.  The debugger uses these procedures as well.

'martin



reply via email to

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