From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vijay Marupudi Newsgroups: gmane.lisp.guile.devel Subject: Re: a cookbook Date: Mon, 14 Feb 2022 18:06:39 -0500 Message-ID: <87tud19hfk.fsf@vijaymarupudi.com> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24502"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 'guile-devel' To: dsmich@roadrunner.com Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Tue Feb 15 00:10:31 2022 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 1nJkUI-0006Cm-Lu for guile-devel@m.gmane-mx.org; Tue, 15 Feb 2022 00:10:31 +0100 Original-Received: from localhost ([::1]:35016 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nJkUH-0000OA-As for guile-devel@m.gmane-mx.org; Mon, 14 Feb 2022 18:10:29 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48376) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJkQw-0007GQ-V0 for guile-devel@gnu.org; Mon, 14 Feb 2022 18:07:03 -0500 Original-Received: from [2a0c:5a00:149::26] (port=59214 helo=mailtransmit05.runbox.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJkQu-0005rR-Ba for guile-devel@gnu.org; Mon, 14 Feb 2022 18:07:02 -0500 Original-Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1nJkQp-009ceI-MV; Tue, 15 Feb 2022 00:06:55 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=vijaymarupudi.com; s=selector1; h=Content-Type:MIME-Version:Message-ID:Date :References:In-Reply-To:Subject:Cc:To:From; bh=ZC1RqzhBNfh0gqNFFDtsFxrt5UlTuWwyRKBUdeS4Jt8=; b=IpfM3mgz3l9eIgVmvWzv0YUQgn XygTr6i7CK4Aings5X4Iycml+9C1koPBoZJPvL4tquHUbn28Dms1/w7EKsUovHp/MGkAWcM7m1gYV AQdoAYa89Ynp882iKstssRelO/g+JP/Lo4E5tWmUoRm52kyt5+2sWTqXJCHVze32dukaNJUtFL3Gt NLfMQbnZzEZGKo3qATvbOvM/Q+ZJC1QoBjDCrQVndC5b6u6Jx3We5kfTlFhJbti2F0K/n0CZt56nM PBu8K7CKHsuxby/NjiMC7X7G93qqVVv/4/bZf9WCKmit856Tmnv/dLx6uoyAbm3urNceCbgpt8Sqo 4V2apE+Q==; Original-Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1nJkQp-0006jB-C3; Tue, 15 Feb 2022 00:06:55 +0100 Original-Received: by submission02.runbox with esmtpsa [Authenticated ID (1028486)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1nJkQe-0005QQ-6j; Tue, 15 Feb 2022 00:06:44 +0100 In-Reply-To: X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a0c:5a00:149::26 (failed) Received-SPF: pass client-ip=2a0c:5a00:149::26; envelope-from=vijay@vijaymarupudi.com; helo=mailtransmit05.runbox.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no 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" Xref: news.gmane.io gmane.lisp.guile.devel:21117 Archived-At: dsmich@roadrunner.com writes: > The Guile Manual is a Reference. Mainly a Reference. There are some > tutorial-like things in it, and some explanations, but not much. > > It really would be good to have more non-reference documentation. I fully agree, if possible, under the Guile documentation would be great. However, I was just trying to lighten the load on the maintainers, who already have a lot to do. ~ Vijay