Re: Can't get outside bindings in the string expression with eval-string
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
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
sorry for the typo: s/bidden/bound/g