[racket] Eval and "compile: unbound identifier (and no #%app syntax transformer is bound) in:"

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Thu Jun 17 13:05:29 EDT 2010

Please see the Guide on eval.

Robby

On Thu, Jun 17, 2010 at 12:01 PM, Valeriya Pudova
<valery at digitalchile.net> wrote:
> Hi
>
> With the Racket 5, this simple code
>
> #lang scheme
> (eval '(+ 1 2))
>
> printout error
>
> compile: unbound identifier (and no #%app syntax transformer is bound) in: +
>
> What is wrong?
>
> -- Valeriya
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>


Posted on the users mailing list.