From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joshua Judson Rosen Newsgroups: gmane.lisp.guile.user Subject: Re: letrec bug ?!? with guile-1.5.4 Date: Thu, 21 Mar 2002 12:50:51 -0500 Sender: guile-user-admin@gnu.org Message-ID: <20020321175051.GC10254@linger.twisted-muse.org> 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 1016733117 19982 127.0.0.1 (21 Mar 2002 17:51:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2002 17:51:57 +0000 (UTC) Cc: guile-user@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16o6jE-0005CB-00 for ; Thu, 21 Mar 2002 18:51:56 +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 16o6iV-000664-00; Thu, 21 Mar 2002 12:51:11 -0500 Original-Received: from albatross.mail.pas.earthlink.net ([207.217.120.120] helo=albatross.prod.itd.earthlink.net) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16o6iG-00064d-00 for ; Thu, 21 Mar 2002 12:50:56 -0500 Original-Received: from user-uivefd3.dsl.mindspring.com ([165.247.61.163] helo=linger.rozzin.net) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16o6iD-0001ry-00; Thu, 21 Mar 2002 09:50:53 -0800 Original-Received: from rozzin by linger.rozzin.net with local (Exim 3.34 #1 (Debian)) id 16o6iB-0003qP-00; Thu, 21 Mar 2002 12:50:51 -0500 Original-To: Sebastien.deMentendeHorne@electrabel.com Content-Disposition: inline In-Reply-To: <8D1414482878D4119AEE00508B6C9074089662B8@seacex02.eib.electrabel.be> User-Agent: Mutt/1.3.27i 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:50 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:50 On Thu, Mar 21, 2002 at 06:17:54PM +0100, Sebastien.deMentendeHorne@electrabel.com wrote: > Hi, > > What a strange behaviour for guile-1.5.4 on a Mandrake 8.1 system > > (letrec ((a 2) (b (* a 4))) (display b)) > => unbound variable a when evaluating arguments of * in (* a 4) > > Any hint ? That's what's supposed to happen--see the section on letrec in r5rs for a full explanation. -- M: Does it work? N: Yes. M: Did you test it? N: What do you mean? _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user