From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: tomas@tuxteam.de Newsgroups: gmane.lisp.guile.devel Subject: Re: (. wtf?) Date: Mon, 8 May 2023 08:50:11 +0200 Message-ID: References: <110317045333325207.civodul@toot.aquilenet.fr> <5y949ftu.dag@gnui.org> <875y93qrdm.fsf@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oYcsyGRkr4gslNv6" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22459"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-devel@gnu.org To: "Dr. Arne Babenhauserheide" Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Mon May 08 08:51:06 2023 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 1pvui9-0005fo-64 for guile-devel@m.gmane-mx.org; Mon, 08 May 2023 08:51:05 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pvuhZ-0003fc-Es; Mon, 08 May 2023 02:50:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pvuhO-0003au-Rb for guile-devel@gnu.org; Mon, 08 May 2023 02:50:22 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pvuhK-0002cp-LU for guile-devel@gnu.org; Mon, 08 May 2023 02:50:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject :Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=wLLiniIzW0HeM5TfRdvNQ7x3vDM9ySmMr6Y3F5Wz0Xc=; b=ERzViJPrI8i86ASXtjcdUzsZHQ N/NdMPJIS/RLpP8TBoGsAAv2Alimni/140q0Mn8LOGroXWAdKXmjy2J41B1/sIz4CODy1E81JgRnW 4qPdJSazKZAxkF3tKuJPaO2Qme9ORKfnvHvvB4V5B5KgW4F2S0ERjghhHIbFTo7wd1g9CS8c6VLo3 Y8TekluUTq04tovXfx97jrZfvatfAZuZuh75mfCFE4PNF4biWnQ4oXqZ3LtYKgYx2Z/+/CysS5Lr3 cd5w+wbM7q8wdztIhKN9f3OXQ2osOGo5krbzrKGO4qDU8RBHfP+oeFcPaich0QS/AtrY4gIhwK75Q sbf0g3sQ==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1pvuhH-0002fl-Cr; Mon, 08 May 2023 08:50:11 +0200 Content-Disposition: inline In-Reply-To: <875y93qrdm.fsf@web.de> Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham 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-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:21821 Archived-At: --oYcsyGRkr4gslNv6 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 08, 2023 at 07:31:11AM +0200, Dr. Arne Babenhauserheide wrote: >=20 > writes: >=20 > > You seem to be somewhat upset, but I don't quite understand what > > your gripe is. >=20 > If I understood it correctly, they interpret the 'wtf? as expressing > "this is a problem that should be changed" and wanted to say > (equal? '(. a) 'a) should stay #true in Guile and consequently > (call-with-input-string "(. wtf?)" read) =E2=87=92 wft? should stay as it= is. >=20 > The behavior of '(. a) is implementation dependent for Scheme. Some examp= les: >=20 > - guile: 'a > - kawa: 'a > - chez: error > - chicken: error Got it, thanks. Cheers --=20 t --oYcsyGRkr4gslNv6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCZFibnQAKCRAFyCz1etHa RhR9AJ9tvqyxo59PhBv5u9WiqmJHFmbc1gCdEKBsFnTnmckUA11gqlj/NaVHXlM= =S6qO -----END PGP SIGNATURE----- --oYcsyGRkr4gslNv6--