chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] extending define-values


From: Felix
Subject: Re: [Chicken-hackers] extending define-values
Date: Mon, 08 Apr 2013 23:49:43 +0200 (CEST)

>> "define-values" can not simply expand into a bunch of "defines".
>> To allow it to be intermixed with "define" in internal definitions,
>> it needs be special cased, due to the use of "call-with-values" (which
>> would "break" the sequence of definitions and treat all following
>> forms of the body as non-definitions). Or not?
> 
> No, the call to call-with-values is wrapped in a definition too.
> It really is turtles all the way down.
> 
>> BTW, where can I find the portable reference implementation you
>> mentioned?
> 
> In Section 7.3 of the ninth draft, pp. 69-70.  Unfortunately,
> trac.sacrideo.us seems to be down, but it's normally at
> <http://trac.sacrideo.us/wg/raw-attachment/wiki/WikiStart/r7rs-draft-9.pdf>.
> There's a temporary copy at 
> <http://www.ccil.org/~cowan/temp/r7rs-draft-9.pdf>.

Very clever, indeed. Thanks for the link. Rather inefficient,
but clever.


cheers,
felix



reply via email to

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