Email list hosting service & mailing list manager

notes Pierpaolo Bernardi (04 Dec 2014 03:08 UTC)
Re: notes John Cowan (04 Dec 2014 05:32 UTC)
Re: notes Arthur A. Gleckler (04 Dec 2014 05:44 UTC)
Re: notes Pierpaolo Bernardi (04 Dec 2014 05:58 UTC)

notes Pierpaolo Bernardi 04 Dec 2014 03:08 UTC

Hello,

- What is a use case for make-queue?  Especially with unspecified fill argument?

- In several places is specified that a function is O(n), but there's
no n in sight. While the intention is obvious, this should be made
explicit.

- make-queue-with-first-last: the arguments are named front and back,
in contrast with the function name and the rest of the description.

- queue-front and queue-back: the argument "element" is a mistake?

- queue-append: why not provide a function for appending queues
destructively, which can be implemented in O(number of queues)?

Cheers
P.