[plt-scheme] Re: macros and eval

Jakub Piotr Cłapa jpc-ml at zenburn.net
Sun Mar 16 15:30:07 EDT 2008


Grant Rettke wrote:
> I've never used eval for anything, so I haven't got sense of when you
> would use it.

As somebody already mentioned eval is only really needed when you want 
to (surprise, surprise!) eval code at runtime. Like loading scripts from 
an external file or implementing a repl.

-- 
regards,
Jakub Piotr Cłapa


More information about the plt-scheme mailing list