This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: naming modules



> (import-module "/usr/src/math.scm" as "special-math")

Or (usr src math) if you want namelists. 


> Actually, this in effect guarantees uniqueness by naming the module
> according to its full path in the filesystem. I don't think that is a
> good plan, it would make it impossible to write code that works on
> more than one system this way.

Umm, could you explain this?


Jost