On Mon 05 Sep 2016 10:13, Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> writes:

> Ah, very nice!
>
> Why is it necessary to read the file and parse the define-module
> expression?  Does Guile not keep any of this information?  Should it?
> Will something like this become part of Guile eventually?

If you have the module loaded, there is "live-module-closure" which uses
the information Guile has at run-time.  I guess Ludovic wanted to get
this information without loading the module, for some reason :)

Andy

Reply via email to