eval-form
function
sci.core/eval-form
(eval-form [ctx form])Evaluates form (as produced by `parse-string` or `parse-next`) in the
context of `ctx` (as produced with `init`). To allow namespace
switches, establish root binding of `sci/ns` with `sci/binding` or
`sci/with-bindings.`
Examples
No examples yet. Be the first to add one!