[racket] Eval and "compile: unbound identifier (and no #%app syntax transformer is bound) in:"
I think Valeriya is using the Guide, to wit
http://docs.racket-lang.org/guide/eval.html
> > (eval '(+ 1 2))
> 3
is the first example.
On Jun 17, 2010, at 1:05 PM, Robby Findler wrote:
> 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
>>
> _________________________________________________
> For list-related administrative tasks:
> http://lists.racket-lang.org/listinfo/users