From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: while break and continue Date: 27 Jul 2003 16:48:11 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87smosrpp0.fsf@zagadka.ping.de> References: <87isrtmhfw.fsf@zip.com.au> <87he79ic44.fsf@zagadka.ping.de> <878yshe1ux.fsf@zip.com.au> <87n0gf0zbc.fsf@zagadka.ping.de> <87fzm3m2n9.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059317331 16172 80.91.224.249 (27 Jul 2003 14:48:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 27 Jul 2003 14:48:51 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jul 27 16:48:49 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19gmpN-0004Ci-00 for ; Sun, 27 Jul 2003 16:48:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19gmow-0006e8-Ej for guile-devel@m.gmane.org; Sun, 27 Jul 2003 10:48:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19gmoj-0006ZR-2H for guile-devel@gnu.org; Sun, 27 Jul 2003 10:48:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19gmog-0006W3-8b for guile-devel@gnu.org; Sun, 27 Jul 2003 10:48:06 -0400 Original-Received: from mail.dokom.net ([195.253.8.218]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19gmof-0006V4-Vc for guile-devel@gnu.org; Sun, 27 Jul 2003 10:48:06 -0400 Original-Received: from dialin.speedway42.dip51.dokom.de ([195.138.42.51] helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 3.36 #3) id 19gmpW-0008N3-00 for guile-devel@gnu.org; Sun, 27 Jul 2003 16:48:58 +0200 Original-Received: (qmail 24947 invoked by uid 1000); 27 Jul 2003 14:48:11 -0000 Original-To: guile-devel@gnu.org In-Reply-To: <87fzm3m2n9.fsf@zip.com.au> Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.lisp.guile.devel:2653 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2653 Kevin Ryde writes: > I simplified my code, per below. The theory is to have only one > catch, for efficiency, and to have an inner "do" loop so that if break > and continue are not used then the catch isn't re-established on each > iteration. This looks very nice. Do you want to put it into boot-9.scm? -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel