Yes and no.  I think an odd streams package would be very useful. (I would certainly find a use for it.)  However, I think that it should be possible to get a stream package that neither exhibits the extra forces that the "How to add laziness to a strict language without being odd" paper addresses, nor the missing delays that seem to happen with srfi-40.  (No, I have no idea if it is possible, but I see no reason why it shouldn't be .)
<br><br>P.S. I am&nbsp; relieved that many people smarter than me also have problems with srfi 40.&nbsp;  <br><br><div><span class="gmail_quote">On 8/6/07, <b class="gmail_sendername">Chongkai Zhu</b> &lt;<a href="mailto:czhu@cs.utah.edu">
czhu@cs.utah.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have tried SRFI-40. But after a while, I notice it&#39;s far too tricky.
<br>So I go back to my own odd stream implementation. Maybe we need a SRFI<br>(or, a package) for odd stream?<br><br>Chongkai<br><br>David Van Horn wrote:<br>&gt;<br>&gt; It goes beyond being tricky.&nbsp;&nbsp;The document and the reference
<br>&gt; implementation are inconsistent in a fundamental way.&nbsp;&nbsp;For example,<br>&gt; the document states:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&quot;no element of the stream is evaluated until it is accessed.&quot;<br>&gt;<br>&gt; And yet, the following causes an error because the car element is
<br>&gt; evaluated even though it is never accessed:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;(stream-cdr (stream-cons (1) stream-null))<br>&gt;<br>&gt; David<br>&gt;<br>&gt; _________________________________________________<br>&gt;&nbsp;&nbsp;For list-related administrative tasks:
<br>&gt;&nbsp;&nbsp;<a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br><br>_________________________________________________<br>&nbsp;&nbsp;For list-related administrative tasks:
<br>&nbsp;&nbsp;<a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br></blockquote></div><br>