[racket] evaluate string which contains many definitions

From: 김태윤 (kty1104 at gmail.com)
Date: Wed Nov 17 10:55:29 EST 2010

I am sorry but could you be more specify?

Try this <<I can't find "this" on your mail

2010/11/18 Noel Welsh <noelwelsh at gmail.com>

> On Wed, Nov 17, 2010 at 11:45 AM, 김태윤 <kty1104 at gmail.com> wrote:
> > (eval (read (open-input-string content)) ns)
>
> This only reads and evals the first s-expression from content. Try
> this and you'll see:
>
>  (read (open-input-string content))
>
> N.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101118/905eff59/attachment.html>

Posted on the users mailing list.