From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.devel Subject: Re: Fwd: [Patch] definitions in when, unless, do as well as in cond- and case-clauses Date: Sun, 06 Feb 2022 21:28:15 +0100 Message-ID: References: <38a7683ab39f412cd6f5b137d2f6ebd6f5410c5e.camel@telenet.be> <8db379b94c9d724c833478db7e6e8a6a4f379f69.camel@telenet.be> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-4+/btlpsuz3AMnONKOJU" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23540"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-1 Cc: Linus =?ISO-8859-1?Q?Bj=F6rnstam?= , guile-devel To: Stefan Israelsson Tampe , tomas@tuxteam.de Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sun Feb 06 21:28:54 2022 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nGo9W-0005vn-O4 for guile-devel@m.gmane-mx.org; Sun, 06 Feb 2022 21:28:54 +0100 Original-Received: from localhost ([::1]:60014 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nGo9V-0007K3-RL for guile-devel@m.gmane-mx.org; Sun, 06 Feb 2022 15:28:53 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:39712) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGo9E-0007Jd-5A for guile-devel@gnu.org; Sun, 06 Feb 2022 15:28:36 -0500 Original-Received: from [2a02:1800:120:4::f00:13] (port=51264 helo=baptiste.telenet-ops.be) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nGo9B-0004Cx-Po for guile-devel@gnu.org; Sun, 06 Feb 2022 15:28:35 -0500 Original-Received: from [172.20.10.5] ([188.188.37.53]) by baptiste.telenet-ops.be with bizsmtp id rwUS2600218o4tG01wUUNt; Sun, 06 Feb 2022 21:28:29 +0100 In-Reply-To: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1644179309; bh=PrPDt5roxj4/0pcZQyKzMCFKZ58BiKlCCjx18fszokY=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=d+GXcSBH/SuT0StUBtDBHsHRUIIWNk75uQhnEMXC7yFasGyh8D4pZlLWZixCNGNrR p20dePV5VBKq2nUDC1N28IlWiHf2oFDyLsHK0T5TXe5SEQKolrJZfDONom1Lxji63J gQMjpVxjgxi/8K7muCE+/Vur+PVu7lBM6ZWafKMdha9iiZ8hSVZEz9/02UuDVjMeIa 1IEOqZGHBlOxXgLC6JWG2rucMwCua5SyQZmNHCt45qXE21ZDMGfPlS2KmaTA/g5d4P /GzFxgNVz6PUO24PuLVCdXlz83WDEjtf3d/50SpdASs8mw5YhIUVpcqLNByme2mnWI yYokQ1WuQ0MPA== X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:1800:120:4::f00:13 (failed) Received-SPF: pass client-ip=2a02:1800:120:4::f00:13; envelope-from=maximedevos@telenet.be; helo=baptiste.telenet-ops.be X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:21082 Archived-At: --=-4+/btlpsuz3AMnONKOJU Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Stefan Israelsson Tampe schreef op zo 06-02-2022 om 21:13 [+0100]: > Hmm just why conditionals use begin and not let, I'd assume the reason is that this is how it has been done in the past and because of performance reasons (which don't seem to apply anymore?), so I guess that we could now switch to the more general 'let'? Greetings, Maxime. --=-4+/btlpsuz3AMnONKOJU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgAvXxccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7vTwAQDmd5nPqJ9zLK/Il2YZOGAte3Wl iWekeAPasOs/8ywy0QD/Tjsjw9g6PVLU5VRgPVi8H2ilg1qDxxmFJuvoxU0BwA0= =BSpZ -----END PGP SIGNATURE----- --=-4+/btlpsuz3AMnONKOJU--