chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] r7rs, force/delay


From: Jörg F . Wittenberger
Subject: [Chicken-hackers] r7rs, force/delay
Date: 10 May 2013 23:54:27 +0200

r7rs section 4.2.6 (Dynamic bindings) mentions threads and the intro
to section 4 documents a connection between ``parameter``s and ``delay``.

Section 4.2.5 (Delayed evaluation) does not mention threads…

Thus I'm not sure if the case described here would be better clarified
in r7rs or fixed (whatever "fixed" could mean) in chicken.

The case at hand: delayed expressions are somehow to be evaluated
once.  Find some code attached, which shows that the result of
delay'ed expressions is indeed the same, while we find a rather
random number of invocations of the single promise in the whole
program.

Best

/Jörg



............

Attachment: frcdl.scm
Description: frcdl.scm


reply via email to

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