Re: Higher order modules: a first stab

2012-03-21 Thread Ludovic Courtès
Hello, Sorry for the delay. This looks nice. Ian Price skribis: > Currently, parameterized modules are functions that return a > module, and functions are retrieved by module-ref. This is fine for a > proof of concept, but hopefully I'll have something better integrated > soon. Would be cool

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