Hans Aberg writes:
> In the code below the 'loop' and 'begin' examples will execute the
> while' loop, but if put into the body of a function, 'while' will not
> run. So why, and how to fix it?
>
> Just copy and paste the examples below into guile. For the two first,
> I get
> 0123456789
> 01
Joo ChurlSoo writes:
> The following behavior of `let' seems to be wrong.
>
> guile> (version)
> "1.8.8"
> guile>
> (let ((go #f)
> (alist '()))
> (let ((a 1) (b (call-with-current-continuation (lambda (x) (set! go x) 2
> (set! alist (cons (cons a b) alist))
> (set! a 100)
>
On 15 Jan 2011, at 21:39, Neil Jerram wrote:
With my current Guile,
scheme@(guile-user)> (version)
$4 = "1.9.14.17-44f43"
the third case behaves as you would expect:
That is right, I used the stable versions 1.8.x, x = 7, 8.
Unfortunately, when I try to install guile-1.9.14, I get the err