[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: letrec bug ?!? with guile-1.5.4
From: |
Joshua Judson Rosen |
Subject: |
Re: letrec bug ?!? with guile-1.5.4 |
Date: |
Thu, 21 Mar 2002 12:50:51 -0500 |
User-agent: |
Mutt/1.3.27i |
On Thu, Mar 21, 2002 at 06:17:54PM +0100, address@hidden 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?