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 22:27:48 +0100 Message-ID: <97b9291d9ef2d5e51b2fe44c378df66de3f10f1f.camel@telenet.be> References: <38a7683ab39f412cd6f5b137d2f6ebd6f5410c5e.camel@telenet.be> <8db379b94c9d724c833478db7e6e8a6a4f379f69.camel@telenet.be> <156b5e4845eb20f0bfc1e69573d8577908d82d62.camel@telenet.be> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24311"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-1 Cc: guile-devel@gnu.org To: Stefan Israelsson Tampe Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sun Feb 06 22:28:02 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 1nGp4k-00068l-Iv for guile-devel@m.gmane-mx.org; Sun, 06 Feb 2022 22:28:02 +0100 Original-Received: from localhost ([::1]:58198 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nGp4j-0003jZ-7t for guile-devel@m.gmane-mx.org; Sun, 06 Feb 2022 16:28:01 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52292) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGp4Z-0003jN-L3 for guile-devel@gnu.org; Sun, 06 Feb 2022 16:27:51 -0500 Original-Received: from [2a02:1800:110:4::f00:18] (port=60796 helo=michel.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 1nGp4X-0004B7-BH for guile-devel@gnu.org; Sun, 06 Feb 2022 16:27:51 -0500 Original-Received: from [172.20.10.5] ([188.188.37.53]) by michel.telenet-ops.be with bizsmtp id rxTo2600318o4tG06xToRH; Sun, 06 Feb 2022 22:27:48 +0100 In-Reply-To: <156b5e4845eb20f0bfc1e69573d8577908d82d62.camel@telenet.be> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1644182868; bh=ngxF3W8XYixOfha5M/Rsz1AQql9clsm82ne9W0splEo=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=Pgl6lZMTFvl84jsopJzWXQgZzjtXpuIVk2Zl1ooXXQz0H10zKW4ueH7nr4K91ju9s LkY5pViOow6hhFT5kRxnBjSrCmLOYDlpNarIJRnUgUN+QldFUgz6TRnS6z6Rumdu8o wkhAtjOPJH6bnE4Ib0SrQLoDZstVWVsku3Fosus9ur9EgfzMh4cL5yuJGtCzFN3mWY Ve8vJeDks95yB5vH9xfLiJb7cg0RNIsxfo1eJ7pTYyP8ZUfzooesMOliw67iTVr7Ff 9AZEGhstMA7GHTwd16oxnqJULXq6axc77/wRNTeK5wIfEvF0sHkUiKXdeP1+ycAUQw yFe8tC1vJ0Udg== X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:1800:110:4::f00:18 (failed) Received-SPF: pass client-ip=2a02:1800:110:4::f00:18; envelope-from=maximedevos@telenet.be; helo=michel.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:21085 Archived-At: Maxime Devos schreef op zo 06-02-2022 om 22:26 [+0100]: > FWIW, Guile already exports unportable syntax in (rnrs base): > R6RS doesn't mention named let anywhere, yet Guile exports it as > 'let' > in (rnrs base) anyway. Nevermind, R6RS has named let: