Re: [Scheme-reports] Multiple values in BEGIN Andre van Tonder (06 May 2011 14:18 UTC)
Re: [Scheme-reports] Multiple values in BEGIN Alaric Snell-Pym (06 May 2011 14:25 UTC)
Re: [Scheme-reports] Multiple values in BEGIN Ian Price (06 May 2011 14:34 UTC)
Re: [Scheme-reports] Multiple values in BEGIN Andre van Tonder (06 May 2011 14:46 UTC)
Re: [Scheme-reports] Multiple values in BEGIN Jussi Piitulainen (06 May 2011 14:36 UTC)
Re: [Scheme-reports] Multiple values in BEGIN John Cowan (06 May 2011 14:46 UTC)

Re: [Scheme-reports] Multiple values in BEGIN Andre van Tonder 06 May 2011 14:18 UTC

On Fri, 6 May 2011, John Cowan wrote:

> Ian Price scripsit:
>
>> "The continuations of all non-final expressions within a sequence of
>> expressions, such as in lambda, begin, let, let*, letrec, letrec*,
>> let-values, let*-values, case, and cond forms, usually take an
>> arbitrary number of values."
>
> Ticket filed.

Only non-final expressions, though?

I don't like that restriction, because equivalence of the following two
expressions should be to me a fundamental property of BEGIN:

   (begin
     (begin
       exp1)
     exp2))

and

   (begin
     exp1
     exp2)

But with ths stated restriction, they are not equivalent.

Andre

_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports