mit-scheme-devel
[Top][All Lists]
Advanced

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

Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VAL


From: Taylor R Campbell
Subject: Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES
Date: Sun, 20 Sep 2009 10:58:45 -0400
User-agent: IMAIL/1.21; Edwin/3.116; MIT-Scheme/7.7.90.+

   Date: Sun, 20 Sep 2009 10:54:28 -0400
   From: Taylor R Campbell <address@hidden>

   In

   ((let ((a (foo)) (b (bar)))
      (lambda (x y)
        ...))
    (mumble)
    (frotz)),

   the input program has expressed that there is no order dependency
   between (foo), (bar), (mumble), and (frotz).

Correction: (foo) and (bar) must be evaluated in some sequence without
(mumble) or (frotz) intervening, but otherwise there are no other
constraints.




reply via email to

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