Rob Browning <[EMAIL PROTECTED]> writes: > > You may have already noticed this, but I think the semantics of > SRFI-45 force/delay are supposed to be a strict superset of R5RS > force/delay, so in theory we might be able to have just one type of > promise.
As far as I can tell there's two types of promises, one generated by `delay' the other by `lazy', so if you only use delay+force you get r5rs, if you use lazy+force you get the new style. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel