From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] import: pypi: Detect inputs. Date: Sun, 29 Mar 2015 15:46:09 +0200 Message-ID: <87sicnyl0e.fsf@gnu.org> References: <87y4n82udx.fsf@fsf.org> <1427058301-19477-1-git-send-email-tipecaml@gmail.com> <874mp6iplj.fsf@fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcDXb-0008Em-8v for guix-devel@gnu.org; Sun, 29 Mar 2015 09:46:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcDXY-0003k3-37 for guix-devel@gnu.org; Sun, 29 Mar 2015 09:46:15 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcDXX-0003jw-Vh for guix-devel@gnu.org; Sun, 29 Mar 2015 09:46:12 -0400 In-Reply-To: <874mp6iplj.fsf@fsf.org> (David Thompson's message of "Fri, 27 Mar 2015 08:36:56 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson 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=E2=80=99.