This is the mail archive of the guile@sourceware.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: New module system wishlist


This is actually probably a wish on the environment system...

- Sub-namespaces and Acquisition.

This is a generalization of a concept used in Zope. The idea is
that you have an hierarchy of namespaces, say

A
  B
  C
    D
  E

A symbol defined in A is visible in any of the namespaces. A
symbol defined in B, D or E is only visible in that namespace.
A symbol defined in C is visible in C or D.

Zope uses this for a quite powerful effect. Yet, this is not a
Python feature, it is emulated by overriding __getitem__ and
__getattr__. Or something.

[]s,
                                               |alo
                                               +----
--
      I am Lalo of deB-org. You will be freed.
                 Resistance is futile.

http://www.webcom.com/lalo      mailto:lalo@webcom.com
                 pgp key in the web page

Debian GNU/Linux       ---       http://www.debian.org
Brazil of Darkness   --   http://zope.gf.com.br/BroDar


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