Skip to main content

eval_eval

Function eval_eval 

Source
pub fn eval_eval(args: Vec<Value>, env: &mut Env) -> EvalResult
Expand description

Execute eval with an already-evaluated arg: [form-value].

The form is evaluated in a fresh top-level environment of the current namespace, so it sees vars but not the caller’s locals — as on the JVM.