This is the mail archive of the
guile@sourceware.cygnus.com
mailing list for the Guile project.
Re: A module system should resolve, not introduce, name conflicts
- To: Marius Vollmer <mvo at zagadka dot ping dot de>
- Subject: Re: A module system should resolve, not introduce, name conflicts
- From: Jost Boekemeier <jostobfe at linux dot zrz dot TU-Berlin dot DE>
- Date: 25 Feb 2000 10:43:07 +0100
- Cc: Mikael Djurfeldt <mdj at mdj dot nada dot kth dot se>, guile at sourceware dot cygnus dot com, djurfeldt at nada dot kth dot se
- References: <xy7snyie7cv.fsf@mdj.nada.kth.se> <87r9e2cmsp.fsf@zagadka.ping.de>
Marius Vollmer <mvo@zagadka.ping.de> writes:
> If I understood Rees' module system right, one can mix the
> configuration language and ordinary code, but the configuration
> language is contained in just another name space named "module-system"
> and it works like any other name space.
Exactly. Although it is still a "special" environment. For example
you can't use your own module configuration language if you want to.
Jost