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.
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.