[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: To quote or not to quote, that is the question

This page is part of the web mail archives of SRFI 101 from before July 7th, 2015. The new archives for SRFI 101 contain all messages, not just those from before July 7th, 2015.



On Fri, Sep 18, 2009 at 4:48 PM, David Van Horn
<dvanhorn@xxxxxxxxxxxxxxx> wrote:
> It is not possible to define a correct implementation of `quote' which
> produces random-access pairs as a library form

This may be a stupid question: why not define random-access-quote to
use the standard quote and convert the result into a random-access
list?  (This may involve recurring inside the elements of literal
vectors, but so be it).


~Alexey