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.

execute
string execute(string code, Environment env)

Execute a string of code.

Meta