guile-user
[Top][All Lists]
Advanced

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

Re: Modules


From: Marek Kubica
Subject: Re: Modules
Date: Sat, 29 Jan 2011 19:37:43 +0100

On Sat, 29 Jan 2011 18:04:14 +0100
Andy Wingo <address@hidden> wrote:

> For what purpose?  If you are using modules, they are already in one
> global namespace, the various roots of which are in the %load-path
> and/or %load-compiled-path.  (resolve-module '(foo bar)) should work
> regardless of what file calls it.

If I want to split my single-file script into multiple modules, they
are not part of the global namespace and therefore I need a way to
access them.

regards,
Marek



reply via email to

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