Re: Can't get outside bindings in the string expression with eval-string

2011-10-18 Thread Nala Ginrut
On Tue, Oct 18, 2011 at 10:59 PM, Andy Wingo wrote: > On Tue 18 Oct 2011 16:32, Nala Ginrut writes: > > > ---wrong code-- > > (define (func) > >(let ((fp (open-output-file "/tmp/aaa"))) > >(eval-string "(write 123 fp)" (current-module))

Re: Can't get outside bindings in the string expression with eval-string

2011-10-18 Thread Andy Wingo
On Tue 18 Oct 2011 16:32, Nala Ginrut writes: > ---wrong code-- > (define (func) >    (let ((fp (open-output-file "/tmp/aaa"))) >        (eval-string "(write 123 fp)" (current-module)) >     )) > ---end code--

Re: Can't get outside bindings in the string expression with eval-string

2011-10-18 Thread Nala Ginrut
sorry for the typo: s/bidden/bound/g