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: Thu, 17 Feb 2022 12:34:17 -0500 Message-ID: <87k0dtxuqu.fsf@vijaymarupudi.com> References: <87wnhx9yc2.fsf@vijaymarupudi.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32069"; mail-complaints-to="usenet@ciao.gmane.io" Cc: guile-devel To: Catonano Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Thu Feb 17 18:41:12 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 1nKkmF-0008BH-6j for guile-devel@m.gmane-mx.org; Thu, 17 Feb 2022 18:41:11 +0100 Original-Received: from localhost ([::1]:35568 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nKkmE-0003If-8E for guile-devel@m.gmane-mx.org; Thu, 17 Feb 2022 12:41:10 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:33722) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nKkfn-00084F-Uo for guile-devel@gnu.org; Thu, 17 Feb 2022 12:34:32 -0500 Original-Received: from [2a0c:5a00:149::26] (port=58780 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 1nKkfi-00058F-3b for guile-devel@gnu.org; Thu, 17 Feb 2022 12:34:31 -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 1nKkfd-00Gfos-VF; Thu, 17 Feb 2022 18:34:21 +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=LXVlIqtdmKhpdlli/s+E8ZADJZkY5/UaxWpzIeuDlr0=; b=aaIJAAbLJt1sbAqjbrtindZOD3 4U3uti1k5pSSywBMe1hcyLq+gmgGs8qMztSMcuQykvkJtRMIje4hCGoBXpB1yupccquXEOlmJ+1+n KdyGRS2dIOWv8zxtxcelllG5RabNWOkAx5Aacq4ucvTNQVej4QTA34m3dRfcLQMmaZE/FXURjpEdW n+mtqs34hhGWhzGesDdVYTRGt9d4BgvcByzvGMGeSxZbDRj9n5lfXlWAsXNfTBGG/Kz5kIv9LUenR OCkQ+NoeJyxgpViI7sIC5WILqFlyQ7t7dAJofzVOLElF6vyl4flo0SR0ojhfyWdAhVDmYlltcrU2V McRXc+mA==; Original-Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1nKkfd-0006tK-FP; Thu, 17 Feb 2022 18:34:21 +0100 Original-Received: by submission01.runbox with esmtpsa [Authenticated ID (1028486)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1nKkfU-00082Y-AB; Thu, 17 Feb 2022 18:34:12 +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:21128 Archived-At: > I'd like to have continuable exceptions covered, though > > Those are the main departure of Guile from more widespread exception > handling solutions and as far as I can tell something similar is available > only in Common Lisp so drawing experience/intuition from other languages is > more difficult/rare Sure. I've added new text covering those as well. If you refresh the page, it should appear: https://vijaymarupudi.com/blog/2022-02-13-error-handling-in-guile.html ~ Vijay