"Dr. Ludwig Meier" writes:
> I would like to extend the example given in section 7.3.10.2 of the
> guile-manual. I am trying to write a web handler procedure which shall
> inspect whether or not a request can be found in a list that
> represents items of a navigation bar.
[...]
> (define (reques
Hi,
I remember, that guile 1.8 had a meta-procedure called
'procedure-source' that returned what it said it would.
As I'm trying to use it now (with 2.0), it always returns #f.
Is there any way to convince guile to memoize the source
code of at least some of the procedures defined by user,
so they