John Cowan <[email protected]> writes:

> We're discussing SRFI 117, Mutable queues.  I intend to propose this
> for R7RS-large.

Should `set-queue-from-list!' and `set-queue-from-first-last!' not be
called `set-queue-list!' and `set-queue-first-last!'?

I'm not sure when `queue-concatenate' should be used in code that wants
to be portable.  If no limit is defined for the length of the argument
list of `apply', then I can only do guesswork.  And the whole thing
seems like a huge kludge; can implementations with such a limit not
solve the issue in a way other than to burden not only the programmer
but even the whole standard?

Taylan

_______________________________________________
Scheme-reports mailing list
[email protected]
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports

Reply via email to