[racket-dev] Need a clarification on the implementation of stream-map

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Jul 10 22:55:06 EDT 2012

No, I didn't write `racket/stream' -- Matthew did it based on the
stream srfi.  This came up not too long ago, and I sent a question
about it here:
http://lists.racket-lang.org/dev/archive/2012-June/009612.html

Since there were no replies, I meant to remove it but didn't get to
it.  I'll push it out now.


6 hours ago, Daniel King wrote:
> Sorry, I accidentally sent this off the mailing list and
> accidentally switched emails.
> 
> Eli, I don't see any trace of multiple valued `stream's in
> racket/stream. Can you confirm or deny their existence?
> 
> On Tue, Jul 10, 2012 at 11:13 PM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> > Eli wrote racket/stream based on racket/sequence which I
> > wrote. You'll have to ask him whether he added support for
> > multiple-value sequences and how to get them.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

Posted on the dev mailing list.