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]

Y2K environment PATCH for only $0. GET it NOW!!



No spam this time... :)


-> http://www.user.tu-berlin.de/~jostobfe/


From the readme:

New features:


* New environment type: protect-environment (based on export-environment).

* Alias export:

   (define-module (sockets))
   (define fam ...)
   (define path ...)

   (export (fam mutable-location (alias sochaddr:fam))
           (path immutable-location (alias sockaddr:path))
           ...)

* define-public is back again. :)



TODO:

* An import-environment based environment type that can handle import-conflicts
  better than the current import-environment.
* support for lexical environments
* goops support (module signature is a goops class)
* An (environments based) OO system for guile. :)


Jost

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