Re: procedure-source inconsistencies

2008-08-08 Thread Gregory Marton
Thank you, Neil! Do you have to use the procedure source as your assoc key? Why not use the procedure itself? We have to serialize the procedure-qua-association-key to a file between when we set the value and when we'll need it next time. I can imagine one solution to be remembering the

Re: procedure-source inconsistencies

2008-08-08 Thread Neil Jerram
2008/7/22 Gregory Marton <[EMAIL PROTECTED]>: > Hi folks, > > We're running into an issue where we're trying to associate some information > about functions by associating the info with their serialized form, which is > in part their procedure-source. Unfortunately, the procedure-source changes >

procedure-source inconsistencies

2008-07-22 Thread Gregory Marton
Hi folks, We're running into an issue where we're trying to associate some information about functions by associating the info with their serialized form, which is in part their procedure-source. Unfortunately, the procedure-source changes when a function is invoked: (define (equal-source-a