From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: dsmich@roadrunner.com Newsgroups: gmane.lisp.guile.devel Subject: Re: a cookbook Date: Fri, 18 Feb 2022 14:32:04 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=_5ead9f1d24905defaca19046f48ba394" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19652"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 'guile-devel' To: "'Vijay Marupudi'" Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Fri Feb 18 15:32:46 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 1nL4JR-0004wc-VI for guile-devel@m.gmane-mx.org; Fri, 18 Feb 2022 15:32:45 +0100 Original-Received: from localhost ([::1]:49996 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nL4JQ-00087a-Hg for guile-devel@m.gmane-mx.org; Fri, 18 Feb 2022 09:32:44 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41918) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nL4J4-00087D-Mj for guile-devel@gnu.org; Fri, 18 Feb 2022 09:32:23 -0500 Original-Received: from p-impout004aa.msg.pkvw.co.charter.net ([47.43.26.135]:42223 helo=p-impout004.msg.pkvw.co.charter.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nL4J1-0003yi-Nu for guile-devel@gnu.org; Fri, 18 Feb 2022 09:32:22 -0500 Original-Received: from localhost ([54.243.7.172]) by cmsmtp with ESMTP id L4ImnDghvgPEBL4Imn6nJK; Fri, 18 Feb 2022 14:32:05 +0000 X-Authority-Analysis: v=2.4 cv=b8OhX/Kx c=1 sm=1 tr=0 ts=620fade5 a=ZhHbwgLlxfPm5G22ibXkng==:117 a=ZhHbwgLlxfPm5G22ibXkng==:17 a=dO-r_OgLWBAA:10 a=ZCCh32qSjNMA:10 a=flVGzeV_AAAA:8 a=ABU1GfyspdtcNYbGzhoA:9 a=QEXdDO2ut3YA:10 a=QhZdFLJTHr0A:10 a=LIx4ZC5sl6QA:10 a=_W_S_7VecoQA:10 a=bwlETf49wTIvOTEbNpu0:22 X-Mailer: Atmail X-Originating-IP: [24.29.205.215] X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-CMAE-Envelope: MS4xfMO6NeSpBUvIY9WIy5edUTWR0itbEqFrM1XtctkFL4cVeBD0ZaAcSVu1WKlPTIFxDipk/FWi8gpQjDxIlOkg9QBmYZPhHbTVdVcSfk1SHC0mIPKHZFJ1 mZHYjYGEZrOpQQ9GOb7ejqPlzeiO58TEhkirus08ylg6qqu/fnqY23eLU0LpZQKFCVXIvu6u9spLJIMT0+QdROP19U69eGpZ3V+Z1Eb6F04hgYna1fIiMz72 CklZaRmC3ZpFzJCqgtNlRg== Received-SPF: pass client-ip=47.43.26.135; envelope-from=dsmich@roadrunner.com; helo=p-impout004.msg.pkvw.co.charter.net X-Spam_score_int: 0 X-Spam_score: -0.0 X-Spam_bar: / X-Spam_report: (-0.0 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, MISSING_MIMEOLE=1.899, 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:21129 Archived-At: --=_5ead9f1d24905defaca19046f48ba394 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > From: "Vijay Marupudi" =0A> To: "Catonano"=0A> Subject: Re: a cookbook= =0A=0A>> I'd like to have continuable exceptions covered, though=0A >>= =0A >> Those are the main departure of Guile from more widespread=0Aexce= ption=0A >> handling solutions and as far as I can tell something simila= r is=0Aavailable=0A >> only in Common Lisp so drawing experience/intuiti= on from other=0Alanguages is=0A >> more difficult/rare=0A >=0A >Sure. I'= ve added new text covering those as well. If you refresh the=0A >page, i= t should appear:=0A >https://vijaymarupudi.com/blog/2022-02-13-error-han= dling-in-guile.html=0A=0AThis is *really* good. Pull in all the separate= pieces and how they=0Afit together. Great job!=0A=0A-Dale=0A=0A --=_5ead9f1d24905defaca19046f48ba394 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > From: "Vijay Marupudi"
>= ; To: "Catonano"
> Subject: Re: a cookbook

>> I'd lik= e to have continuable exceptions covered, though
=0A >>
=0A= >> Those are the main departure of Guile from more widespread exc= eption
=0A >> handling solutions and as far as I can tell somet= hing similar is available
=0A >> only in Common Lisp so drawing= experience/intuition from other languages is
=0A >> more diffi= cult/rare
=0A>
=0A >Sure. I've added new text covering those= as well. If you refresh the
=0A >page, it should appear:
=0A&g= t;https://vijaymarupudi.com/blog/2022-02-13-error-handling-in-guile.html=

This is *really* good.  Pull in all the separate pieces and= how they fit together.  Great job!

-Dale

=0A --=_5ead9f1d24905defaca19046f48ba394--