From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: guile-parser-combinators as new dependency to guix import quicklisp Date: Wed, 19 Dec 2018 16:02:53 +0100 Message-ID: <87a7l1tv8i.fsf@elephly.net> 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]:49052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZdNK-0008Ll-CY for guix-devel@gnu.org; Wed, 19 Dec 2018 10:03:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZdNF-00030V-RB for guix-devel@gnu.org; Wed, 19 Dec 2018 10:03:06 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21787) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZdNF-0002zq-G7 for guix-devel@gnu.org; Wed, 19 Dec 2018 10:03:01 -0500 In-reply-to: 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 swedebugia writes: > 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. > > guile-parser-combinators [2] is really nice, thanks Dave!, but not yet > in guix. I would like to note that (ice-9 peg) is part of Guile and could be used as an alternative to build a simple parser. It has a different feel than guile-parser-combinators, of course, but I thought I=E2=80=99d mention= it anyway. -- Ricardo