[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: To quote or not to quote, that is the question
- To: David Van Horn <dvanhorn@xxxxxxxxxxxxxxx>
- Subject: Re: To quote or not to quote, that is the question
- From: Alexey Radul <axofch@xxxxxxxxx>
- Date: Fri, 18 Sep 2009 23:26:47 -0400
- Cc: srfi-101@xxxxxxxxxxxxxxxxx
- Delivered-to: srfi-101@xxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=6Y+GXYvh+5dEQYTcZn+xqp5PKt+nIu6qXmibXGwMQ8M=; b=UKH78weIxhEtgbH8JUH00Ra10wiIAHL1/3HkJwVJdh8sWRCLjC9aUKWm54oFigUBSx 2nZfEeeHZ7/9wjreRd9Si3kgY8yQcTgZNUP3Dk/Opkz+vOj+35xwvPEUX17XtFAKC4X0 oNoX5nEFZSvYe8CRqRIj0GxU0yb6F03RQjaVs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Vh/3xiL8mm8OdU8lA/OH92aNhoBNWOhTuJa0KftqTbKskSF9uF+k8vOSlZIs9a8O2a dugW53cJkRvfpJoHQ+D1MI1KIS1y8TH57uUHmVxrv4O+1nev74VrXJjK0nhOPp2nqmhb TaEKluEvc5V3wAn8UB9P/t1YpaQ3y54633hk8=
- In-reply-to: <4AB3F222.9060805@xxxxxxxxxxxxxxx>
- References: <4AB3F222.9060805@xxxxxxxxxxxxxxx>
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