make-queue-with-list and make-queue-with-first-last
Takashi Kato
(04 Dec 2014 19:37 UTC)
|
Re: make-queue-with-list and make-queue-with-first-last
Shiro Kawai
(04 Dec 2014 20:16 UTC)
|
Re: make-queue-with-list and make-queue-with-first-last
John Cowan
(05 Dec 2014 12:39 UTC)
|
Re: make-queue-with-list and make-queue-with-first-last
John Cowan
(05 Dec 2014 12:36 UTC)
|
Re: make-queue-with-list and make-queue-with-first-last
Kevin Wortman
(05 Dec 2014 20:42 UTC)
|
New release of SRFI 117
John Cowan
(06 Dec 2014 02:00 UTC)
|
Re: New release of SRFI 117 Takashi Kato (06 Dec 2014 09:27 UTC)
|
Re: New release of SRFI 117
John Cowan
(06 Dec 2014 17:27 UTC)
|
Re: New release of SRFI 117
Kevin Wortman
(06 Dec 2014 22:38 UTC)
|
Re: New release of SRFI 117
John Cowan
(06 Dec 2014 22:52 UTC)
|
Re: New release of SRFI 117 Takashi Kato 06 Dec 2014 09:27 UTC
Shouldn't `queue?` be `list-queue?`? And is there a reason why there is no `list-queue->list` to return newly allocated list? Though, it might be just one liner like this: (list-copy (list-queue-list q)) _/_/ Takashi Kato E-mail: xxxxxx@ymail.com