On Jun 2, 2009, at 9:48 AM, Ramana Kumar wrote:

it means, they're evaluated as if they're typed at the repl.
so in the (ikarus) environment?

In the environment obtained by calling (interaction-environment),
which initially has the same bindings as the environment obtained
by (environment '(ikarus)).  The first is a mutable environment
that eval extends when it sees definitions.  The second is immutable
and eval can only eval expressions in it.

Aziz,,,

Reply via email to