On Wed, Nov 17, 2010 at 11:45 AM, 김태윤 <[email protected]> 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. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

