Hi Hugh,<br><br><div class="gmail_quote">2009/7/1 Hugh Myers <span dir="ltr">&lt;<a href="mailto:hsmyers@gmail.com">hsmyers@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Somewhere is a discussion about code like:<br>
<br>
(define counter<br>
    (let ((a 0))<br>
      (lambda ()<br>
        (set! a (+ 1 a))<br>
        a)))<br>
<br>
I just can&#39;t remember where! Anyone have any useful pointers or such?</blockquote><div><br></div><div>Is this it?</div><div><br></div><div><a href="http://schemecookbook.org/Cookbook/IdiomSharingState">http://schemecookbook.org/Cookbook/IdiomSharingState</a></div>
<div><br></div><div>-- </div><div>Jens Axel Søgaard</div><div><br></div></div>