[racket-dev] [plt] Push #21533: master branch updated
On Tue, Nov 16, 2010 at 3:41 PM, Jon Rafkind <rafkind at cs.utah.edu> wrote:
> On 11/16/2010 02:39 PM, Robby Findler wrote:
>> I added (but have not pushed, apprently) queue-map. Mind if we keep
>> that one instead?
>>
>
> Instead of what.. queue->list? I guess you can implement queue->list in
> terms of queue-map as (queue-map values queue), but I'd rather not write
> that in user code.
Yes. I assume that you didn't do a map right after queue->list in
whatever you were doing?
I added it for debugging purposes, so I was doing (queue-map
eq-hash-code q) and printing that out.
>> Also, I think that a rename like the below is a bad idea if the queues
>> have been released already.
>>
>
> I added queue-count yesterday or so, so its fairly fresh. (The rename
> was not my idea)
Ah, sorry.
Robby