2011/12/19 Alex Shinn <[email protected]>: > > The specification of with-input-from-file (in R5RS and R7RS) > states: > > If an escape procedure is used to escape from the > continuation of these procedures, their behavior > is implementation dependent. >
I see. The old RnRS problem. Everything is either implementation dependent or unspecified: $ grep -io "implementation-dependent\|unspecified" r7rs-draft-1.txt |wc -l 109 Shall I believe in bad luck? ;-) > (gcd 109 67) 1 _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
