From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Evan Prodromou Newsgroups: gmane.lisp.guile.user Subject: Re: letrec bug ?!? with guile-1.5.4 Date: Fri, 22 Mar 2002 11:19:09 -0600 Organization: GLUG (Guile Lovers Use Guile) http://www.glug.org/ Sender: guile-user-admin@gnu.org Message-ID: <87pu1wo702.fsf@tyrell.bad-people-of-the-future.san-francisco.ca.us> References: <8D1414482878D4119AEE00508B6C9074089662B8@seacex02.eib.electrabel.be> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016818025 26222 127.0.0.1 (22 Mar 2002 17:27:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2002 17:27:05 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16oSoj-0006op-00 for ; Fri, 22 Mar 2002 18:27:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oSj7-0003QZ-00; Fri, 22 Mar 2002 12:21:17 -0500 Original-Received: from cdm-208-140-220-brcs.cox-internet.com ([208.180.140.220] helo=tyrell) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oSiK-0003OL-00 for ; Fri, 22 Mar 2002 12:20:28 -0500 Original-Received: from evan by tyrell with local (Exim 3.34 #1 (Debian)) id 16oSh4-0000II-00 for ; Fri, 22 Mar 2002 11:19:10 -0600 Original-To: guile-user@gnu.org X-PGP-Fingerprint: 1366 538C 1E7D 0093 C45B 1A50 A33C 1E7C 700A 0551 X-Revolutionary-Date: Duodi, 2 Germinal 210 4:71:40 -29167 In-Reply-To: <8D1414482878D4119AEE00508B6C9074089662B8@seacex02.eib.electrabel.be> (Sebastien.deMentendeHorne@electrabel.com's message of "Thu, 21 Mar 2002 18:17:54 +0100") Original-Lines: 15 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1 (i386-debian-linux-gnu) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:53 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:53 >>>>> "Sd" == Sebastien deMentendeHorne writes: Sd> Hi, What a strange behaviour for guile-1.5.4 on a Mandrake 8.1 Sd> system Sd> (letrec ((a 2) (b (* a 4))) (display b)) => unbound variable a Sd> when evaluating arguments of * in (* a 4) I think what you want to do here is a (let*), not a (letrec). ~ESP -- Evan Prodromou evan@glug.org _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user