Re: procedure-source availability

2012-09-30 Thread Mark H Weaver
On 09/30/2012 04:11 PM, Panicz Maciej Godek wrote: I've found a bug report on savannah, which noted the lack of ``procedure-source'' for guile 1.9.11 http://savannah.gnu.org/bugs/?30469 I wonder if any further decisions were made regarding the maintenance of ``procedure-source''. I would find it

Re: procedure-source availability

2012-09-30 Thread Panicz Maciej Godek
I've found a bug report on savannah, which noted the lack of ``procedure-source'' for guile 1.9.11 http://savannah.gnu.org/bugs/?30469 I wonder if any further decisions were made regarding the maintenance of ``procedure-source''. I would find it really useful for my application if the sexp containi

Re: Module reflection and the list of bound symbols

2012-09-30 Thread David Pirotte
Hello, > ... to get only the public (exported) ones using the > interfaces, but that is beyond my knowledge at the moment. Here is what i do, see the attached code [which i copied from guile-gnome], then you can use it this way, as an example: 1. you define a module b and export some ... 2.

Re: Module reflection and the list of bound symbols

2012-09-30 Thread Ian Price
Panicz Maciej Godek writes: > On the other hand, there is no way (or I haven't found one) > to list the bound symbols explicitly. It seems tempting to > have a reflection function `module-symbols' or `environment-symbols' > that would return the names of bound symbols, > or to have functions like