From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: pukkamustard Newsgroups: gmane.lisp.guile.user Subject: Re: Encoding for Robust Immutable Storage (ERIS) and Guile Date: Thu, 10 Dec 2020 10:02:38 +0100 Message-ID: <86tusu5901.fsf@posteo.net> References: <86ft4hg4qu.fsf@posteo.net> <87lfe621h4.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39661"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.4.13; emacs 27.1 Cc: guile-user@gnu.org To: Christopher Lemmer Webber Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Dec 10 10:07:56 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 1knHvX-000AEl-7D for guile-user@m.gmane-mx.org; Thu, 10 Dec 2020 10:07:55 +0100 Original-Received: from localhost ([::1]:50948 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knHvW-0008Jd-46 for guile-user@m.gmane-mx.org; Thu, 10 Dec 2020 04:07:54 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41830) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knHqZ-0003Vk-Es for guile-user@gnu.org; Thu, 10 Dec 2020 04:02:47 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:60391) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knHqV-00018x-V8 for guile-user@gnu.org; Thu, 10 Dec 2020 04:02:47 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 7CC6824013A for ; Thu, 10 Dec 2020 10:02:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1607590960; bh=I4+vGEXze9/sUM/Aa0FkHU+OrNiKeU8Zm8N6E99jQrE=; h=From:To:Cc:Subject:Date:From; b=lANgkuYfwGYNDwOYBl22RrCEzEpvnjtmfuZOb5tQWja7WjM8O3gBiuAG0TawG9dno D2Ccm31E1p7ZUOvMHEyVz3JyFbCExVC/awklnEHzFHRa7r1GoD3+rTECfipf6E5aUr avCiJMO02kDVWf/LBl4mGHAldeMytmJHAPjgBUgkWosA+YyY5wBwbPFeEfZ9SPjoOL pTrEh+FUIW7dmvcfBcdGg+sPg//dqCmzgZQNbhOuSDnZ/XUl2VV0u10GooOcPSx0Gg TDkYzcJPfD9gilWEjLrA5Ep08MilzD8Ynm2/CUxwAQ3a4EG2ETe8vivRokS0fSd/ys joHgZCHaIHu4Q== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Cs7Gl4JSJz9rxP; Thu, 10 Dec 2020 10:02:39 +0100 (CET) In-reply-to: <87lfe621h4.fsf@dustycloud.org> Received-SPF: pass client-ip=185.67.36.66; envelope-from=pukkamustard@posteo.net; 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, 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:17070 Archived-At: > Congratulations pukkamustard, I really am excited by and respect > the > work you're doing on this. I think it's probably the proper > replacement > slot for the storage work I'm doing in Spritely. Thank you! > Once Spritely Goblins gets ported to Guile it'll be really fun > to > combine these two things. :) I agree! Looking forward to hacking on Spirtely in Guile... -pukkamustard