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: Guile cookbook ? Date: Sat, 12 Feb 2022 17:11:46 +0000 Message-ID: References: <5cae853e6252bb3e38b1a20ff9ea960c1756c68c.camel@riseup.net> <9d45b2d6c007a8e9ca1e0656deed190f1181e035.camel@planete-kraus.eu> <098bbd5f1c81414521015479b7e2b17d8809f1bd.camel@riseup.net> <874k54tia0.fsf@elephly.net> <880d7dec038821cbba9c3963ff8bb667f68e7e4f.camel@riseup.net> <87zgmwry5u.fsf@elephly.net> <8766254426b1aff529316ba69f523dff6aa6cd32.camel@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40560"; mail-complaints-to="usenet@ciao.gmane.io" To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Feb 12 18:12:08 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 1nIvwN-000AO5-SB for guile-user@m.gmane-mx.org; Sat, 12 Feb 2022 18:12:07 +0100 Original-Received: from localhost ([::1]:59808 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nIvwM-0007IN-50 for guile-user@m.gmane-mx.org; Sat, 12 Feb 2022 12:12:06 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36746) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIvw9-0007IC-Iv for guile-user@gnu.org; Sat, 12 Feb 2022 12:11:55 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:47303) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIvw6-0001Nz-Ue for guile-user@gnu.org; Sat, 12 Feb 2022 12:11:53 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 2A1A4240103 for ; Sat, 12 Feb 2022 18:11:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1644685908; bh=eLGujG/8FJtQLNU5Ub90qLqwQxsUfDcmc6uajT19y/M=; h=Date:Subject:To:From:From; b=EXghfXioPhFQarzc3ooDudv/uZBcAanneMo13ougHqXFfhPFR/weg8B917YA8BMqx L1EpWc6H0dPDmhN5oGwkVQLyb3xQsjLkTXAzCoAGytfD3zGd61WGT5TnyJsmGqT9tQ 87VBw9nB7q7r0BTB429GhALSEfEmbQ+IqSB36hriJxT8BH9Ofk2NJDMSnqq3id21vF 0RFHmUuD1uoZqvY3TvfbikJ+Ot5DPzIVyxABOME7ANQHMN464INtkyxXFhSm8OqaVL 4hKjuPVQnHnIyFZbj9GM8KRlp1Ny+soqdwsxl8z1NiWgTPsJ2Qq92pcqMVS8FafI+B G+M19xOw2scOw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Jwxq73YTvz9rxB for ; Sat, 12 Feb 2022 18:11:47 +0100 (CET) Content-Language: en-US In-Reply-To: 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, 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:18097 Archived-At: On 2/12/22 15:01, adriano wrote: > Il giorno sab, 12/02/2022 alle 14.55 +0100, adriano ha scritto: >> Hint taken :-) > Actually, I was thinking about a Guile cookbook, rather than the Guix > cookbook > > Can the Guix cookbook also contain examples of how o do things in Guile > ? > > Even things that are no related to Guix ? Hi Adriano and everyone, some more time examples:https://notabug.org/ZelphirKaltstahl/guile-examples/src/master/time Perhaps they can help. If there is going to be a cookbook, feel free to copy examples and so on. Best regards, Zelphir -- repositories: https://notabug.org/ZelphirKaltstahl