[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] import: pypi: Detect inputs.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] import: pypi: Detect inputs. |
Date: |
Sun, 29 Mar 2015 15:46:09 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
David Thompson <address@hidden> skribis:
>> + (map (lambda (input)
>> + (list input (list 'unquote (string->symbol input))))
>
> Could be rephrased as:
>
> `(,input (,'unqoute ,(string->symbol input)))
>
> Not sure if it's a good idea, though. Ludo? ;)
Not sure either. :-) The original may be better.
Ludo’.