schemed.eval

Undocumented in source.

Members

Functions

apply
Atom apply(Atom atom, Atom[] arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
eval
Atom eval(Atom atom, Environment env)

Evaluates an expression.

eval
Atom[] eval(Atom[] atoms, Environment env)

Evaluates several expressions.

execute
string execute(string code, Environment env)

Execute a string of code.

executeScript
string executeScript(string code, Environment env)

Execute a string of code which may have several top-level atoms.

Meta