guile-user
[Top][All Lists]
Advanced

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

new to creating modules...


From: Lars J. Aas
Subject: new to creating modules...
Date: Thu, 26 Oct 2000 21:42:59 +0200
User-agent: Mutt/1.2.5i

  Hi guys,

I've started encapsulating a project I've been working on in its own
module / shared library.  The module code loads as expected and the
shared library loads and the init method in the library is invoked.

The problem I have is that the gsubrs created in the init function
do not show up in the guile repl.  I suspect that they end up in a
namespace only available for the module, am I correct?  How do I make
them public?

  Lars J



reply via email to

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