sigildocs

(scheme eval)

(scheme eval) - R7RS Eval Library

Runtime evaluation of Scheme expressions.

See: R7RS Small §6.12

Exports

evalprocedure

Evaluate an expression in the current environment.

(eval '(+ 1 2))          ; => 3
(eval '(list 'a 'b 'c))  ; => (a b c)

Re-exported from (sigil core)