Re: Named let

2000-08-06 Thread Marius Vollmer
Marius Vollmer <[EMAIL PROTECTED]> writes: > Keisuke Nishida <[EMAIL PROTECTED]> writes: > > > Hello, > > > > Is this a bug? > > > > % guile > > guile> (let loop ((foo loop)) foo) > > # > > > > R5RS says is bound within . > > [rubish] Sorry, I did not look close enough what R5RS _rea

Re: bug in modules?

2000-08-06 Thread Marius Vollmer
[ Please post bug reports to <[EMAIL PROTECTED]>. ] Ivan Toshkov <[EMAIL PROTECTED]> writes: > Here is the test module, with missing closing paren: > > --- > (define-module (test)) > > (define (some-buggy-proc a) > a > > --- > > $ guile > guile> (version) > "1.4" >