From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.user Subject: Re: C++ declaration style programming? Date: Wed, 21 Jan 2004 15:26:12 +0100 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <16398.35844.833453.688305@localhost.localdomain> References: <20040121142209.SFRK267436.web02-imail.rogers.com@localhost> Reply-To: hanwen@cs.uu.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1074695232 20575 80.91.224.253 (21 Jan 2004 14:27:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 14:27:12 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jan 21 15:27:05 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjJJx-0000BK-00 for ; Wed, 21 Jan 2004 15:27:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjJJb-0001jM-UZ for guile-user@m.gmane.org; Wed, 21 Jan 2004 09:26:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AjJIN-0001hV-Vh for guile-user@gnu.org; Wed, 21 Jan 2004 09:25:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AjJHo-0001RB-Cs for guile-user@gnu.org; Wed, 21 Jan 2004 09:25:23 -0500 Original-Received: from [213.84.26.127] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AjJHm-0001PZ-Kl for guile-user@gnu.org; Wed, 21 Jan 2004 09:24:50 -0500 Original-Received: from localhost.localdomain.byrd.xs4all.nl (byrd [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i0LEQCs7026269; Wed, 21 Jan 2004 15:26:12 +0100 Original-To: Viktor Pavlenko In-Reply-To: <20040121142209.SFRK267436.web02-imail.rogers.com@localhost> X-Mailer: VM 7.14 under Emacs 21.3.1 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2678 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2678 vvp@rogers.com writes: > Then what about this: > > (let ((a (something))) > (display a) > (let ((b (something-else a))) > .. > > or > > (let* ((a (something)) > (b (something-else a))) > (display a) > .. Your 2nd is not always possible due to side effects, your 1st was my first gripe: it introduces deep nesting if you do this 10 times. -- Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user