[plt-scheme] Self evaluating "objects"

From: Chongkai Zhu (czhu at cs.utah.edu)
Date: Mon Jul 14 10:57:03 EDT 2008

Cristian Baboi wrote:
>
> It was not my intention to show that PLT is not conform to R6RS!
> I only try to see how I can use scheme to evaluate dynamic generated 
> code.
>

As it is always said, do NOT use 'eval. The only case as I know that 
'eval is needed is a REPL (or something similar), and in that case, 
there is no need to have it access the environment in another level.

Chongkai


Posted on the users mailing list.