From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: guile-parser-combinators as new dependency to guix import quicklisp Date: Wed, 19 Dec 2018 15:54:29 +0100 Message-ID: <87h8f9wore.fsf@gnu.org> References: 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]:44189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZdF2-0004cn-Ih for guix-devel@gnu.org; Wed, 19 Dec 2018 09:54:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZdF1-0005j6-Ta for guix-devel@gnu.org; Wed, 19 Dec 2018 09:54:32 -0500 In-Reply-To: (swedebugia's message of "Wed, 19 Dec 2018 10:36:38 +0100") 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" To: swedebugia Cc: guix-devel Hello, swedebugia skribis: > This morning I began to write a quicklisp importer using Daves > guile-parser-combinators [1] to create a parser for the > space-separated-csv files. In general we have to think twice before adding new dependencies to Guix. To parse CSV files, I think you can probably do using the string utilities already available in Guile; that would avoid adding a new dependency. WDYT? (That said I agree that Dave=E2=80=99s parser combinators are nice, perhaps= time to add a package for them? :-)) Thanks, Ludo=E2=80=99.