From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Christopher Lemmer Webber Newsgroups: gmane.lisp.guile.devel Subject: Re: guile 3 update, halloween edition Date: Wed, 30 Oct 2019 17:19:41 -0400 Message-ID: <87o8xyx76a.fsf@dustycloud.org> References: <87o8xyhtz6.fsf@pobox.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="63436"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: mu4e 1.2.0; emacs 26.3 To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Oct 30 23:37:15 2019 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iPwaY-000GMb-UA for guile-devel@m.gmane.org; Wed, 30 Oct 2019 23:37:15 +0100 Original-Received: from localhost ([::1]:45018 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPwaX-0007za-OC for guile-devel@m.gmane.org; Wed, 30 Oct 2019 18:37:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60491) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPvNY-0001u7-96 for guile-devel@gnu.org; Wed, 30 Oct 2019 17:19:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPvNX-0008Cx-6H for guile-devel@gnu.org; Wed, 30 Oct 2019 17:19:43 -0400 Original-Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:59924) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iPvNX-0008Be-27 for guile-devel@gnu.org; Wed, 30 Oct 2019 17:19:43 -0400 Original-Received: from twig (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 6CD852669A for ; Wed, 30 Oct 2019 17:19:41 -0400 (EDT) In-reply-to: <87o8xyhtz6.fsf@pobox.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c02::f03c:91ff:feae:cb51 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:20129 Archived-At: Hi Andy, Wonderful update. I'll only comment on one thing. Andy Wingo writes: > Thoughts welcome! Also: should these structured error objects be named > exceptions or conditions? SRFI-35, R6RS, and R7RS say "conditions", but > racket and my heart say "exceptions"; wdyt? Exceptions, since it's what everyone uses, so "conditions" would make Guile be an exception to the use of "exceptions".