From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: Nyacc patches for Mes to avoid bundling? Date: Fri, 05 May 2017 22:22:08 +0200 Message-ID: <87tw4zyryn.fsf@gnu.org> References: <87bmr93jot.fsf@gnu.org> <87fugja1bf.fsf@gnu.org> <87bmr784cf.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1494015783 24084 195.159.176.226 (5 May 2017 20:23:03 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 5 May 2017 20:23:03 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) Cc: guile-user@gnu.org To: Jan Nieuwenhuizen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri May 05 22:22:57 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d6jkc-000649-Ku for guile-user@m.gmane.org; Fri, 05 May 2017 22:22:54 +0200 Original-Received: from localhost ([::1]:48879 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6jki-00010x-0v for guile-user@m.gmane.org; Fri, 05 May 2017 16:23:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6jk8-0000zp-TC for guile-user@gnu.org; Fri, 05 May 2017 16:22:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6jk4-0006hz-RK for guile-user@gnu.org; Fri, 05 May 2017 16:22:24 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6jju-0006eT-Kt; Fri, 05 May 2017 16:22:10 -0400 Original-Received: from reverse-83.fdn.fr ([80.67.176.83]:47034 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1d6jju-0002QN-1Z; Fri, 05 May 2017 16:22:10 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 16 =?utf-8?Q?Flor=C3=A9al?= an 225 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <87bmr784cf.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Fri, 05 May 2017 21:56:48 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:13676 Archived-At: Jan Nieuwenhuizen skribis: > Ludovic Court=C3=A8s writes: > >>> 3) For Mes I like simple pmatch better than match >> >> If Mes has syntax-rules, Alex Shinn=E2=80=99s =E2=80=98match=E2=80=99 sh= ould work fine no? > > Yes, it should and Mes does have tests for that. But running these > tests is quite slow so I tried to avoid match for Mescc...and for this > particular use in Nyacc pmatch is really not a disadvantage, I think. > > But possibly I'm erring a bit too far on the minimalist side here. No it makes sense, I was just trying to understand. :-) Thanks, Ludo=E2=80=99.