Re: Problem with modules in Guile 2.0

2012-03-09 Thread Gubinelli Massimiliano
Hi Mark, On Mar 9, 2012, at 5:29 PM, Mark H Weaver wrote: > Gubinelli Massimiliano writes: > >> Hi Mark, >> thanks again. I start to understand better the Guile 2 compile >> system. I decided to dig into boot-9.scm to have a more precise idea >> of the ecosystem around my scripts. Unfortunately

Re: Problem with modules in Guile 2.0

2012-03-09 Thread Mark H Weaver
Gubinelli Massimiliano writes: > Hi Mark, > thanks again. I start to understand better the Guile 2 compile > system. I decided to dig into boot-9.scm to have a more precise idea > of the ecosystem around my scripts. Unfortunately it seems that the > basic TeXmacs scripting infrastructure need a

Higher order modules: a first stab

2012-03-09 Thread Ian Price
Hi guilers, I've been musing over the concept of higher order modules (modules parameterized by other modules) in the back of my mind, and am occasionally making steps towards implementing it in guile. I think that with guile's first class modules all the machinery is there, it's just a question