From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: while break and continue Date: Sat, 21 Jun 2003 09:56:56 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87isr0ti9j.fsf@zip.com.au> References: <87isrtmhfw.fsf@zip.com.au> <87he79ic44.fsf@zagadka.ping.de> <87isri25yr.fsf@zip.com.au> <87isr30z9r.fsf@zagadka.ping.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056153467 14993 80.91.224.249 (20 Jun 2003 23:57:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2003 23:57:47 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jun 21 01:57:44 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 19TVlI-0003tN-00 for ; Sat, 21 Jun 2003 01:57:44 +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 19TVlL-0006Vn-9L for guile-devel@m.gmane.org; Fri, 20 Jun 2003 19:57:47 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19TVkq-0005zY-TB for guile-devel@gnu.org; Fri, 20 Jun 2003 19:57:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19TVkj-0005iy-EA for guile-devel@gnu.org; Fri, 20 Jun 2003 19:57:10 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19TVkg-0005RG-HL for guile-devel@gnu.org; Fri, 20 Jun 2003 19:57:06 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h5KNv3Yd002532 for ; Sat, 21 Jun 2003 09:57:04 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h5KNv3Qg004705 for ; Sat, 21 Jun 2003 09:57:03 +1000 (EST) Original-Received: from localhost (ppp78.dyn228.pacific.net.au [203.143.228.78]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h5KNv1nh007668 for ; Sat, 21 Jun 2003 09:57:02 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19TVkW-0000ws-00; Sat, 21 Jun 2003 09:56:56 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2564 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2564 Marius Vollmer writes: > > What usage are you worried about? Only the sort of thing you can imagine. Eg. with the current "while", (let ((not 1) (sensible 2)) (while (< sensible 4) (set sensible (+ sensible not)))) gives ERROR: Wrong type to apply: 1 > Yes, definitely. That's what (ice-9 syncase) is for... Yep. I guess it's a bit big and ugly to drag into boot-9.scm though. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel