From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: Question about data structures Date: Sat, 28 Nov 2020 03:47:19 +0100 Message-ID: <22af53fd-1ea4-abf8-7ac3-ed2ed4e91de1@posteo.de> References: <3b07669d7286df2542796e309db101423bb3e147.camel@divoplade.fr> <1308d70fcfbff31d9e8a655aa809016f15936419.camel@divoplade.fr> 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="19916"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 To: Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Nov 28 03:47:46 2020 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 1kiqH3-00053n-K9 for guile-user@m.gmane-mx.org; Sat, 28 Nov 2020 03:47:45 +0100 Original-Received: from localhost ([::1]:59092 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kiqH2-0004gG-Fh for guile-user@m.gmane-mx.org; Fri, 27 Nov 2020 21:47:44 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiqGl-0004eb-GM for guile-user@gnu.org; Fri, 27 Nov 2020 21:47:27 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:55047) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiqGj-0001Mt-EM for guile-user@gnu.org; Fri, 27 Nov 2020 21:47:27 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 0FF5F2400FB for ; Sat, 28 Nov 2020 03:47:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1606531641; bh=/EUGLCHyj7EfoAb2vKwnSepxBKn19aA/3Lo21igUFaI=; h=Subject:To:From:Date:From; b=TFhTLCtvEMZdWGojiHva9oF7994+OrPZHYNe1JH4hdX1VsjCUeQs3rL8TRfFjhp3C 9g/i+9FsaVTT50PJWVEwK0dhLd5sbP4wb2aDR/7NK140fN+nRcfklVh6ukwo3/qayz 9xBN92eIkLG1O7jhURtF3Vmm5RQOxy5VH4lHS4B0uaDhAVVxcB2hmUxPj5jdUztCEn DpjDJyLHRDZ5uqx5TH59erJHMcIBFBFn8iFhUvVYb/xRN2BZd3ESTHyOxO+gqSTfWA aV5+Ccvs5VNf1mpQaWU+cT1Wx077zEiksRy9mb8Qavvl2pl1s0eGAe/9emPsyV5VfS iJgU3YfjTBSzw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CjbWD40MKz6tmD for ; Sat, 28 Nov 2020 03:47:20 +0100 (CET) X-Tagtoolbar-Keys: D20201128034719880 In-Reply-To: <1308d70fcfbff31d9e8a655aa809016f15936419.camel@divoplade.fr> Content-Language: en-US Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.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, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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:17060 Archived-At: Hi all! Thank you for your plentiful replies, I did not forget you. I simply did not get around to to answering everyone. I got something out of it. I still need to apply it in my program and will probably discover more things to it, like always. Best wishes, Zelphir -- repositories: https://notabug.org/ZelphirKaltstahl