[Top][All Lists]
[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.
- [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Taylor R Campbell, 2009/09/20
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Chris Hanson, 2009/09/20
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Taylor R Campbell, 2009/09/20
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES,
Taylor R Campbell <=
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Chris Hanson, 2009/09/20
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Taylor R Campbell, 2009/09/21
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Joe Marshall, 2009/09/21
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Taylor R Campbell, 2009/09/21
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Chris Hanson, 2009/09/21
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Joe Marshall, 2009/09/21
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Chris Hanson, 2009/09/21
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Chris Hanson, 2009/09/21
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Taylor R Campbell, 2009/09/21
- Re: [MIT-Scheme-devel] improving integration of VALUES and CALL-WITH-VALUES, Chris Hanson, 2009/09/21