bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: begin oddities


From: Bill Schottstaedt
Subject: Re: begin oddities
Date: Thu, 25 Sep 2008 15:40:37 -0700

Hmm -- gauche and stklos are happy with the first version,
and guile is happy with this version:

guile> (let ((f (lambda () (begin (define x 0)) (+ x 1)))) (f))
1

This is basically taken from Jaffer's r4rstest.html. 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]