From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Ricardo G. Herdt" Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.devel Subject: Re: string is read-only Date: Wed, 03 Aug 2022 09:57:34 +0000 Message-ID: References: <8294f792-cdb6-46a4-899a-f0a23e67b249@telenet.be> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9456"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user , guile-devel Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Aug 03 12:09:13 2022 Return-path: Envelope-to: guile-user@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 1oJBJR-0002GY-IF for guile-user@m.gmane-mx.org; Wed, 03 Aug 2022 12:09:13 +0200 Original-Received: from localhost ([::1]:34276 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oJBJQ-0008ED-Gm for guile-user@m.gmane-mx.org; Wed, 03 Aug 2022 06:09:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60304) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJB8I-0004z6-FI for guile-user@gnu.org; Wed, 03 Aug 2022 05:57:44 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:43111) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJB8G-0003oG-29 for guile-user@gnu.org; Wed, 03 Aug 2022 05:57:41 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 68DC324002A for ; Wed, 3 Aug 2022 11:57:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1659520656; bh=wjdl/NHATTIIUb0L0RfVbofDMTf9TpEH5rb6ePx5T1E=; h=Date:From:To:Subject:From; b=m00lwHVq3vV0xz6QNcLGsuKt1pZtUDFETlMH65ff3aOdo6zaLeJ0C/hHqkc72TQzB 3OMF46AD5GwK16WcLMhFhe6EziVJ444h76JSQT30lltJc4IBsnyCXBCuJDCc+gY1FK uPdZwGn2lj3/XbjLXi8hDL0n6zsBwCxhzJ9RhH5dNFEIpTzozn3ZKZqtTNkhv1So0K pUvEt21jeix+lOgB1G+7p9PizrIcBN65unnhV0gkLpKkT943c7cj9dRF0KrAFiDd2I 4ns+O0l/71ZqwXEB2QvZVHrXSCkfHLf4G0C4Qrjzf9kx5lsE4IsVuG9zhBul3hZaKb Frb+jr/Sv86XQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4LyS2l0cHtz9rxL; Wed, 3 Aug 2022 11:57:34 +0200 (CEST) In-Reply-To: <8294f792-cdb6-46a4-899a-f0a23e67b249@telenet.be> Received-SPF: pass client-ip=185.67.36.65; envelope-from=r.herdt@posteo.de; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, 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-user@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18477 gmane.lisp.guile.devel:21283 Archived-At: Hi, Am 03.08.2022 11:41 schrieb Maxime Devos: > I'm not aware of explicit documentation that string literals may not > be modified (and in this case, cannot be modified). However, see the > following mail on string mutability and program text: R7RS has a chapter mentioning this (3.4. Storage Model). Regards, Ricardo