[racket-dev] `stream-map' and multiple values

2012-06-18 Thread Eli Barzilay
`stream-map' sticks out as the only place in `racket/stream' that attempts to deal with multiple values -- but there doesn't seem to be any way to use multiple values in streams. Should that be removed? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:

Re: [racket-dev] [racket] scribble formatting tweak?

2012-06-18 Thread Robby Findler
[ moved to dev ] This looks really great! Playing around with the CSS a little, I think that it would be better if the words were all lowercase (delete "text-transform: capitalize;" from plt/doc/racket.css to try it out). Robby On Sat, Jun 16, 2012 at 8:21 PM, Matthew Flatt wrote: > I've pushed