This is the mail archive of the guile@sources.redhat.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: Parametric modules


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> But what I think maybe is even less beautiful is the way the
> translator module connects to Guile.  Guile itself will be forced to
> do magical things with the module system in order to use the language
> modules.

Oops, forgot to mention GOOPS!

Maybe a better interface would be that the language module doesn't
export any bindings, but instead imports a few generic functions which
are part of a language MOP, and calls a procedure which installs the
new language into the system?

Could someone propose such an interface?

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