On Sat, 29 Jan 2011 18:04:14 +0100 Andy Wingo <wi...@pobox.com> 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