Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id o8L5T6mG009549 for ; Tue, 21 Sep 2010 07:29:07 +0200 Received: (qmail 13020 invoked by alias); 21 Sep 2010 05:29:01 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 21 Sep 2010 05:29:01 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx004) with SMTP; 21 Sep 2010 07:29:01 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id o8L5Sh6Y022196 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Sep 2010 07:28:44 +0200 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id o8KM14Mh018044; Tue, 21 Sep 2010 07:27:34 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 435231 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 21 Sep 2010 07:27:34 +0200 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id o8L5RYWl015377 for ; Tue, 21 Sep 2010 07:27:34 +0200 Received: from mail-pz0-f49.google.com (mail-pz0-f49.google.com [209.85.210.49]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id o8L5QxUc005499 for ; Tue, 21 Sep 2010 07:27:03 +0200 Received: by pzk32 with SMTP id 32so2081191pzk.22 for ; Mon, 20 Sep 2010 22:27:29 -0700 (PDT) Received: by 10.142.104.10 with SMTP id b10mr8625981wfc.197.1285046849493; Mon, 20 Sep 2010 22:27:29 -0700 (PDT) Received: from staff-248-149.wireless.adelaide.edu.au (staff-248-149.wireless.adelaide.edu.au [129.127.248.149]) by mx.google.com with ESMTPS id u16sm3692748wfg.20.2010.09.20.22.27.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Sep 2010 22:27:28 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Apple Message framework v1081) References: <4C967C9B.5010706@gmx.de> <71ED7A5B-DE11-45D9-9785-95A1DC795080@gmail.com> <4C9724B4.3010301@residenset.net> <19607.26705.947540.499705@morse.mittelbach-online.de> <4C9840AB.4050805@gmx.de> X-Mailer: Apple Mail (2.1081) X-Spam-Whitelist: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id o8L5RYWl015378 Message-ID: <732A7500-5414-4818-87E3-33CB14463288@gmail.com> Date: Tue, 21 Sep 2010 14:57:23 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: boolean expressions in ExplSyntaxNames To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <4C9840AB.4050805@gmx.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p77e5KAPs1l6v/Sb97LojnDtMgfETrECMLUO9erHzOJe+OynZRhvlGqb5A0X bbiCt2rAnnct/NAlbHMvoAL6GY+23tB3khNK7au3fkL89Y026H2WJg1zsjGg0I0r5V9ldzzR5wBB /r19Q==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 6427 On 21/09/2010, at 2:50 PM, Arno Trautmann wrote: > Will Robertson wrote: >> On 20/09/2010, at 11:27 PM, Frank Mittelbach wrote: >> >>> is there actually any need for the :nnn etc versions? >> >> Not sure, is there? >> They seem natural to me; better than nesting multiple :nn commands for more than two ‘and’ branches, say. > > But then you’re lost at five ”and“. What about, say > \bool_and_p:n {\bool1,...,\booln} > i.e. a list of boolean expressions? (Just for the interface, no idea how > to implement this in an efficient way) Why not just use && in the first place? -- Will