guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging plans


From: Thomas Bushnell, BSG
Subject: Re: Debugging plans
Date: 29 Jun 2001 10:07:42 -0700
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Neil Jerram <address@hidden> writes:

> Yes, perhaps we need something other than hooks.  But it seems like an
> uncharacteristic (for Scheme) language limitation that it isn't
> possible to construct a closure that includes a reference to itself.
> Are we missing something?

Um, unless I'm totally confused, it's easy to make a closure that
refers to itself:

(....context closed over here...
  (letrec ((name (lambda () .....name....)))))







reply via email to

[Prev in Thread] Current Thread [Next in Thread]